DELETE
firecrawl_interact_delete.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete an interact session and stop billing for it.
from charter.packs import firecrawl
result = await firecrawl.interact_delete.ainvoke({"sessionId": ...})
| Field | Type | Description |
|---|---|---|
sessionId * | string | The interact session ID |
Was this page helpful?