DELETE
firecrawl_monitor_delete.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a monitor.
from charter.packs import firecrawl
result = await firecrawl.monitor_delete.ainvoke({"monitorId": ...})
| Field | Type | Description |
|---|---|---|
monitorId * | string | The monitor ID |
Was this page helpful?