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.
staffDelete(
id: ID!
): StaffDelete
Arguments
staffDelete.id
● ID!
non-null scalar miscellaneous
ID of a staff user to delete.
Type
StaffDelete
object users
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.