For the complete documentation index, see llms.txt. This page is also available as Markdown.

42. Mutation: Delete "Label" on the account level

Delete the selected "Label".

mutation DeleteLabel {
  deleteLabel(input: { name: "name1", value: "value1" }) {
    name
    value
  }
}

Last updated

Was this helpful?