Skip to main content
DELETE
/
v1
/
task
/
{taskId}
Delete Task
curl --request DELETE \
  --url https://api.anchorbrowser.io/v1/task/{taskId} \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "success": true,
    "message": "<string>"
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

taskId
string<uuid>
required

The ID of the task to delete

Response

Task deleted successfully

data
object
I