curl --request DELETE \
--url https://dev.startree.ai/tasks/{taskType} \
--header 'Authorization: <api-key>'{
"status": "<string>"
}curl --request DELETE \
--url https://dev.startree.ai/tasks/{taskType} \
--header 'Authorization: <api-key>'{
"status": "<string>"
}The format of the key is "Basic <token>" or "Bearer <token>"
Task type
Whether to force deleting the tasks (expert only option, enable with cautious
successful operation
Was this page helpful?