Skip to main content
DELETE
/
tasks
/
{task_id}
Delete Task
curl --request DELETE \
  --url https://api.chunkr.ai/tasks/{task_id} \
  --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 delete

Response

Task deleted successfully