Skip to main content

StaffBulkDelete Object

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

Requires the MANAGE_STAFFpermission.

Triggers the following webhook events:

  • STAFF_DELETED (async): A staff account was deleted.
type StaffBulkDelete {
count: Int!
staffErrors: [StaffError!]! @deprecated
errors: [StaffError!]!
}

Fields

count ● Int!

Returns how many objects were affected.

errors ● [StaffError!]!

Show deprecated

Returned By

staffBulkDelete mutation