DELETE
firecrawl_batch_scrape_cancel.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cancel a running batch scrape job.
from charter.packs import firecrawl
result = await firecrawl.batch_scrape_cancel.ainvoke({"id": ...})
| Field | Type | Description |
|---|---|---|
id * | string | The ID of the batch scrape job |
Was this page helpful?