staffDelete Mutation
Deletes a staff user. Apps are not allowed to perform this mutation.
Triggers the following webhook events:
- STAFF_DELETED (async): A staff account was deleted.
staffDelete(
id: ID!
): StaffDelete
Show return type
Arguments
id ● ID!
ID of a staff user to delete.
Type
StaffDelete
Deletes a staff user. Apps are not allowed to perform this mutation.
Triggers the following webhook events:
- STAFF_DELETED (async): A staff account was deleted.