Delete a user account
Last updated
Last updated
This action will delete the account a user, with administrative privileges, by running a firebase-admin instance on Bubble's backend.
The ID of the user you want to delete.
If checked, the corresponding user's document on Firestore will also be deleted. The document will have the same ID as the user.
The name or ID of the collection used to store user data.
This action returns no values, as the update operation on firebase-admin returns no information about the updated document.