Skip to main content
DELETE
Delete Task
This endpoint permanently deletes a specific task using its hash ID. The task and its associated data will be removed from the system.

Headers

string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

string
required
The unique identifier (hash) of the task to delete. Example: c5e29d2aba8b77cdc56391e7405302de

Response Field Explanations

string
The deleted task’s identifier. Example: "c5e29d2aba8b77cdc56391e7405302de"
string
Always “task”. Example: "task"
boolean
Confirmation of deletion (true on success). Example: true
This action is permanent and cannot be undone. Task data and results will be lost.
Use Get Task first to verify you’re deleting the correct task.
Deleting a task does not affect results that have already been exported or delivered.
To remove all tasks from a squid, use the Empty Squid endpoint instead of deleting tasks one by one.

Code Examples

Response

200
404