DELETE
/v1/tasks/{task_hash}Delete Task
Permanently delete a specific task from a squidThis endpoint permanently deletes a specific task using its hash ID. The task and its associated data will be removed from the system.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Response Field Explanations
id
string
Example: c5e29d2aba8b77cdc56391e7405302de
object
string
Example: task
deleted
boolean
Example: true
Parameters
task_hashstring
RequiredExample:
c5e29d2aba8b77cdc56391e7405302deWarning
This action is permanent and cannot be undone. Task data and results will be lost.
Pro Tip
Use Get Task first to verify you're deleting the correct task.
Note
Deleting a task does not affect results that have already been exported or delivered.
Pro Tip
To remove all tasks from a squid, use the Empty Squid endpoint instead of deleting tasks one by one.