Skip to content

deleteLabel ​

Deletes the Label, requires MANAGE_LABELS on all Trackables it is on. Removes it from all Issues. Note that the Label will still be visible in the timeline of Issues.

graphql
deleteLabel(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments ​

deleteLabel.input ● DeleteNodeInput! non-null input ​

Defines which Label to delete

Type ​

DeleteNodePayload object ​

Payload type for delete node mutations

Released under the MIT License.