Cancel a running deep research job
| Parameter | Type | Required | Description |
|---|---|---|---|
| job_id | string | Yes | The job ID of the deep research job to cancel |
| Status Code | Description |
|---|---|
| 401 | Unauthorized - API key missing or invalid |
| 404 | Not Found - Job ID does not exist |
| 409 | Conflict - Job cannot be cancelled (already completed or failed) |
| 500 | Internal Server Error - Error cancelling job |