Skip to main content
DELETE
/
tasks
/
{taskId}
Soft-delete a task
curl --request DELETE \
  --url https://app.hockeystack.com/api/revenue-agents/v1/tasks/{taskId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

taskId
string
required

Task UUID.

Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Response

Task soft-deleted (or already gone).