Skip to main content

authenticationDelete

Permanently delete a user account from the system.

Removes the user account and all associated data from the authentication system. This action cannot be undone and will immediately invalidate all user sessions.

Note: This operation does not throw specific error codes. Firebase handles user deletion internally and the method returns a boolean success indicator.

AUTH: Role=[system] OR ('user is authenticated')

authenticationDelete(
uid: String!
): Boolean!

Arguments

authenticationDelete.uid ● String! non-null scalar

Unique identifier of the user account to delete.

Firebase UID that uniquely identifies the user account in the authentication system.

Type

Boolean scalar

The Boolean scalar type represents true or false.