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