Skip to main content
GET
/
tasks
/
{task_id}
/
cancel
Cancel Task
curl --request GET \
  --url https://api.chunkr.ai/tasks/{task_id}/cancel \
  --header 'Authorization: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.chunkr.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

task_id
string | null
required

Id of the task to cancel

Response

Task cancelled successfully