permissionGroupDelete Mutation
Delete permission group. Apps are not allowed to perform this mutation.
Triggers the following webhook events:
- PERMISSION_GROUP_DELETED (async)
permissionGroupDelete(
id: ID!
): PermissionGroupDelete
Details
type PermissionGroupDelete {
permissionGroupErrors: [PermissionGroupError!]! @deprecated
errors: [PermissionGroupError!]!
group: Group
}
Arguments
id ● ID!
ID of the group to delete.
Type
PermissionGroupDelete
Delete permission group. Apps are not allowed to perform this mutation.
Triggers the following webhook events:
- PERMISSION_GROUP_DELETED (async)