DELETE
/
api
/
v1
/
task
/
{task_id}
curl --request DELETE \
  --url https://api.chunkr.ai/api/v1/task/{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