Delete Task
Task
Delete Task
Permanently delete a specific task from a squid
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
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
The unique identifier (hash) of the task to delete. Example:
c5e29d2aba8b77cdc56391e7405302deResponse Field Explanations
The deleted task’s identifier. Example:
"c5e29d2aba8b77cdc56391e7405302de"Always “task”. Example:
"task"Confirmation of deletion (true on success). Example:
trueDeleting a task does not affect results that have already been exported or delivered.
Code Examples
Response
200
404