# Delete a user account

This action will delete the account a user, with administrative privileges, by running a firebase-admin instance on Bubble's backend.

***

## <mark style="color:blue;">Inputs and Settings</mark>

<div align="left"><figure><img src="https://284736847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiWu3FezEjWxrPbkf8zIP%2Fuploads%2FY0bns2zej0OA4As93TMT%2Fimage.png?alt=media&#x26;token=e98d5907-9466-4b2a-8555-67634d2d3644" alt=""><figcaption></figcaption></figure></div>

### User ID

The ID of the user you want to delete.

### Delete user Firestore document

If checked, the corresponding user's document on Firestore will also be deleted. The document will have the same ID as the user.

### Users Collection

The name or ID of the collection used to store user data.

***

## <mark style="color:blue;">Returned Values</mark>

This action returns no values, as the update operation on firebase-admin returns no information about the updated document.
