/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 6d ago
Details
Filter operations
Activity
5
Assets
1
Authentication
3
Billing
4
Columns
5
Comments
4
Config
1
Discord
4
External Links
1
Generic Webhook
4
Gitea
7
GitHub
8
Instance
1
Invitations
2
Labels
8
get
Get task labels
get
Get workspace labels
post
Create label
get
Get label
put
Update label
delete
Delete label
put
Attach label to task
delete
Detach label from task
MCP
4
Notification Preferences
4
Notifications
5
Organization Management
35
Projects
8
Search
1
Slack
4
Task Relations
3
Tasks
17
Telegram
4
Time Entries
4
User
3
Workflow Rules
3
Workspaces
1
Labels
Detach label from task
Detach a label from its current task
delete
/label/{id}/task
Path parameters
id
string
required
Response
Label detached from task successfully
Label
required
id
string
required
name
string
required
color
string
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
taskId
string
nullable
required
workspaceId
string
nullable
required
Changes