> ## 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.

# scrape_interact_stop

> Stop the interactive browser session associated with a scrape job.

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

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

result = await firecrawl.scrape_interact_stop.ainvoke({"jobId": ...})
```

## Path parameters

<div className="reference-table">
  | Field                                                         | Type     | Description       |
  | ------------------------------------------------------------- | -------- | ----------------- |
  | `jobId` <span className="required" title="required">\*</span> | `string` | The scrape job ID |
</div>
