Cancel a running task
Tasks
Cancel a running task
Cancels a running task immediately.
- Use this when you no longer need the result.
- A canceled task cannot be resumed.
Tip: If you only need to check progress, prefer GET /v2/workflow/get-task-status.
PUT
Cancel a running task
Documentation Index
Fetch the complete documentation index at: https://docs.browseract.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Send your API key in the Authorization header as Bearer <API_KEY>.
Query Parameters
The task_id returned by run-task or run-task-by-template.
Minimum string length:
1Optional business cancellation code (for your own tracking/analytics).
Response
OK. The task was canceled (or was already in a terminal state).

