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

42. Мутация: Удалить "Метку" на уровне аккаунта

Удалить выбранную метку "Label".

мутация DeleteLabel {
  deleteLabel(input: { name: "name1", value: "value1" }) {
    название
    value
  }
}

Последнее обновление

Это было полезно?