Labels

Shared Labels Remove

Remove the given shared label from all active tasks

post/api/v1/labels/shared/remove

Request body

namestring required

Shared label name to remove from matching tasks.

Example request

{
  "name": "waiting"
}

Response

Successful Response

{"stackTrail":"paths:/api/v1/labels/shared/remove:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 10 revisions of this API.