> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# interact_delete

> Delete an interact session and stop billing for it.

<div className="tool-route"><span className="tool-row-method" data-method="DELETE">DELETE</span><code>{"https://api.firecrawl.dev/v2/interact/{sessionId}"}</code></div>

```python firecrawl_interact_delete.py theme={null}
from charter.packs import firecrawl

result = await firecrawl.interact_delete.ainvoke({"sessionId": ...})
```

## Path parameters

<div className="reference-table">
  | Field                                                             | Type     | Description             |
  | ----------------------------------------------------------------- | -------- | ----------------------- |
  | `sessionId` <span className="required" title="required">\*</span> | `string` | The interact session ID |
</div>
