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.
type StaffDelete {
staffErrors: [StaffError!]! @deprecated
errors: [StaffError!]!
user: User
}
Fields
StaffDelete.staffErrors
● [StaffError!]!
deprecated non-null object users
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
StaffDelete.errors
● [StaffError!]!
non-null object users
StaffDelete.user
● User
object users
Returned By
staffDelete
mutation