Skip to main content
DELETE
/
api
/
v1
/
tasks
/
{taskId}
Permanently delete an archived task
curl --request DELETE \
  --url https://znift.com/api/v1/tasks/{taskId} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API key with znift_ prefix. Create one in Profile > API Keys.

Path Parameters

taskId
string
required

Task ID

Response

Task deleted

success
boolean