Skip to main content
DELETE
/
v1
/
tasks
/
{task_id}
Delete a task
curl --request DELETE \
  --url https://app.nex.ai/api/developers/v1/tasks/{task_id} \
  --header 'Authorization: <api-key>'
{
  "code": 123,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Path Parameters

task_id
string
required

Task ID

Response

Task archived

Last modified on March 7, 2026