staffBulkDelete
Deletes staff users. Apps are not allowed to perform this mutation.
Triggers the following webhook events:
- STAFF_DELETED (async): A staff account was deleted.
staffBulkDelete(
ids: [ID!]!
): StaffBulkDelete
Arguments
staffBulkDelete.ids
● [ID!]!
non-null scalar miscellaneous
List of user IDs to delete.
Type
StaffBulkDelete
object users
Deletes staff users. Apps are not allowed to perform this mutation.
Triggers the following webhook events:
- STAFF_DELETED (async): A staff account was deleted.