Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.quo.com/v1/tasks/{taskId} \ --header 'Authorization: <api-key>'
{ "message": "<string>", "code": "<string>", "status": 123, "docs": "<string>", "title": "<string>", "trace": "<string>", "errors": [ { "path": "<string>", "message": "<string>", "schema": { "type": "<string>" }, "value": "<unknown>" } ] }
Deletes the task with the provided task ID
^TK(.*)$
Success
Was this page helpful?