Labels

Detach label from task

Detach a label from its current task

delete/label/{id}/task

Path parameters

idstring required

Response

Label detached from task successfully

idstring required
namestring required
colorstring required
createdAtstring date-time required
updatedAtstring date-time required
taskIdstring nullable required
workspaceIdstring nullable required

Changes

Changed in 2 of the 23 revisions of this API.6

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the required property updatedAt to the response with the 200 status

      response-required-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added