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)
permissionGroupDelete(
id: ID!
): PermissionGroupDelete

Arguments

permissionGroupDelete.id ● ID! non-null scalar

ID of the group to delete.

Type

PermissionGroupDelete object

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

Requires MANAGE_STAFFpermission.

Triggers the following webhook events:

  • PERMISSION_GROUP_DELETED (async)

Was this page helpful?