Plot HomeDocumentation
Tasks

Remove Label from Task

Removes a label from a task. Idempotent - removing a non-attached label is a no-op.

DELETE
/v1/tasks/{taskId}/labels/{labelId}

Removes a label from a task. Idempotent - removing a non-attached label is a no-op.

Path Parameters

taskId*string

Task ID

Formatuuid
labelId*string

Label ID

Formatuuid

Response Body

curl -X DELETE "https://example.com/v1/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/labels/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty