DELETE
/
v1
/
tasks
/
{id}
Delete a task
curl --request DELETE \
  --url https://api.trycomp.ai/v1/tasks/{id} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string
required

Task ID

Example:

"tsk_abc123def456"

Response

204

Task deleted successfully