adminUserDelete
Permanently delete an administrative user from the system.
Removes the user account and all associated data from the system. This action cannot be undone and will revoke all system access for the specified user immediately.
Possible errors:
- NOT_FOUND: User with the specified email does not exist
- UNAUTHENTICATED: Invalid or missing authentication token
- FORBIDDEN: Insufficient permissions to delete administrative users
AUTH: Role=[role.OWNER]
adminUserDelete(
email: String!
): Boolean!
Arguments
adminUserDelete.email
● String!
non-null scalar
Email address of the administrative user to permanently delete from the system.
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.