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