Skip to main content
Version: 3.x

PermissionGroupDelete

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

Requires MANAGE_STAFFpermission.

Triggers the following webhook events:

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

Fields

PermissionGroupDelete.permissionGroupErrors ● [PermissionGroupError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

PermissionGroupDelete.errors ● [PermissionGroupError!]! non-null object

PermissionGroupDelete.group ● Group object

Returned by

permissionGroupDelete mutation


Was this page helpful?