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://cloud.kaneo.app/api/label/{id}/task \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "color": "<string>", "createdAt": "2023-11-07T05:31:56Z", "taskId": "<string>", "workspaceId": "<string>" }
Detach a label from its current task
Bearer token authentication
Label detached from task successfully
Was this page helpful?