groupDelete

Graphql fields and variables for the groupDelete mutation

Delete a group

Scope required: security:write

mutation groupDelete ($id: ID!) {
  groupDelete (id: $id) {
      errors
      group {
        id
        name
        parentGroupId
      }
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

errors

String

group

Last updated

Was this helpful?