curl --request DELETE \
--url https://api.shingleai.com/v1/tasks/{id} \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}Delete a task (soft delete)
curl --request DELETE \
--url https://api.shingleai.com/v1/tasks/{id} \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.shingleai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?