Sign in

Delete a task

documented

Delete a task and its data.

DELETE /v2/tasks/{ID}Tasksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.cloudconvert.com/v2/tasks/{{$id}}" \
  -X DELETE \
  -H "Authorization: Bearer {{CLOUDCONVERT_API_KEY}}" \
  -H "Accept: application/json"