Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Whether the task was cancelled
curl --request POST \
--url https://api.droidrun.ai/v1/tasks/{task_id}/cancel \
--header 'Authorization: Bearer <token>'{
"cancelled": true
}curl --request POST \
--url https://api.droidrun.ai/v1/tasks/{task_id}/cancel \
--header 'Authorization: Bearer <token>'{
"cancelled": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Whether the task was cancelled
Was this page helpful?