DELETE
/
tasks
/
{task_id}
Delete Task
curl --request DELETE \
  --url https://api.chunkr.ai/api/v1/tasks/{task_id} \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

task_id
string | null
required

Id of the task to delete

Response

200

Task deleted successfully