Skip to main content
Version: 3.x

staffDelete

Deletes a staff user. Apps are not allowed to perform this mutation.

Requires MANAGE_STAFFpermission.

Triggers the following webhook events:

  • STAFF_DELETED (async): A staff account was deleted.
staffDelete(
id: ID!
): StaffDelete

Arguments

staffDelete.id ● ID! non-null scalar

ID of a staff user to delete.

Type

StaffDelete object

Deletes a staff user. Apps are not allowed to perform this mutation.

Requires MANAGE_STAFFpermission.

Triggers the following webhook events:

  • STAFF_DELETED (async): A staff account was deleted.

Was this page helpful?