Skip to main content

PermissionGroupDelete Object

Delete permission group. Apps are not allowed to perform this mutation.

Requires the MANAGE_STAFFpermission.

Triggers the following webhook events:

  • PERMISSION_GROUP_DELETED (async)
type PermissionGroupDelete {
permissionGroupErrors: [PermissionGroupError!]! @deprecated
errors: [PermissionGroupError!]!
group: Group
}

Fields

errors ● [PermissionGroupError!]!

group ● Group

Show deprecated

Returned By

permissionGroupDelete mutation