staffBulkDelete Mutation
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
Show return type
Arguments
ids ● [ID!]!
List of user IDs to delete.
Type
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.