roleDelete

Graphql fields and variables for the roleDelete mutation

Delete a role

Scope required: security:write

mutation roleDelete ($id: ID!) {
  roleDelete (id: $id) {
      errors
      role {
        id
        name
      }
  }
}

Arguments

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

id

ID

Response

Name
Type
Description

errors

String

role

Last updated

Was this helpful?