Stop the interactive browser session associated with a scrape job.
| Parameter | Type | Required | Description |
|---|---|---|---|
jobId | string (UUID) | Yes | The scrape job ID associated with the browser session |
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the session was successfully destroyed |
sessionDurationMs | number | Total session duration in milliseconds |
creditsBilled | number | Number of credits billed for the session |
error | string | Error message (only present on failure) |
| Status | Description |
|---|---|
403 | Session belongs to a different team |
404 | No browser session found for this scrape job |