cURL
curl --request DELETE \ --url https://api.anchorbrowser.io/v1/task/{taskId} \ --header 'anchor-api-key: <api-key>'
{ "data": { "success": true, "message": "<string>" } }
Soft deletes a task and all its versions. The task will no longer be accessible but the data is preserved for potential recovery.
API key passed in the header
The ID of the task to delete
Task deleted successfully
Show child attributes
Whether the deletion was successful
Deletion result message
Was this page helpful?