Skip to main content
Version: 3.x

staffBulkDelete

Deletes staff users. Apps are not allowed to perform this mutation.

Requires MANAGE_STAFFpermission.

Triggers the following webhook events:

  • STAFF_DELETED (async): A staff account was deleted.
staffBulkDelete(
ids: [ID!]!
): StaffBulkDelete

Arguments

staffBulkDelete.ids ● [ID!]! non-null scalar

List of user IDs to delete.

Type

StaffBulkDelete object

Deletes staff users. Apps are not allowed to perform this mutation.

Requires MANAGE_STAFFpermission.

Triggers the following webhook events:

  • STAFF_DELETED (async): A staff account was deleted.

Was this page helpful?