> For the complete documentation index, see [llms.txt](https://help.twinr.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.twinr.dev/extensions/account-delete.md).

# Account Delete

The ability for users to delete their accounts is a mandatory feature for iOS and Android that provides users with control over their data and privacy.

If you do not have ability to let the user delete their account(example <https://www.mississippimiracleclay.com/account-removal-request/>), then you can use Twinr's extension.

### <mark style="color:green;">How to Activate Account Delete?</mark>

1.) Go to Add-on -> Extension -> Account Delete and enable it.

<figure><img src="/files/3L4khac2Dgk8jhJ92EtM" alt=""><figcaption></figcaption></figure>

2.) You can see the preview of the form on the right side.&#x20;

<figure><img src="/files/V1fF6NC1drdbB5qb39PE" alt=""><figcaption></figcaption></figure>

Fill out below needed fields. The basic form is already created by Twinr. If you want to add more text fields, you can explore through Premium Plan.\
\
**Form Submission Email:** Enter the email address on which you want to get the notification of request to delete

**Form Title:** Title of the form

**Form Fields:**

<figure><img src="/files/bYKm1b5coOjZcHrv7mzf" alt="" width="375"><figcaption></figcaption></figure>

* **Name**: This is a text field where user can enter name
* **Email**: This is an email field where user can enter email
* **Comment**: This text area will let user enter the reason for requesting to delete account.

**Button:** Customize the submit button as below.

<figure><img src="/files/VOYAAZzpoZE4zTXgQ33D" alt="" width="375"><figcaption></figcaption></figure>

**Success Message:** You can set the success message on successful form submission.

<figure><img src="/files/xy7urY55SRYYHNiv3jb2" alt="" width="375"><figcaption></figcaption></figure>

<mark style="color:red;">If you are on a Premium Plan, you can add extra fields like below:</mark>

1. Click on Add a field and add another Text area, Dropdown or Text field.
2. Text area and Text field are text inputs. Dropdowns can be customized as below.

<figure><img src="/files/f72tUaxmCJVHpZ2VdRqL" alt="" width="375"><figcaption></figcaption></figure>

### <mark style="color:green;">How to add account delete button in the app?</mark>

There are 2 ways to add delete button in native navigation bar.

1.) Go to Navigation Bar and add [linker button.](/screen-customization/tab-bar/navigation-bar/navigation-bar-buttons/linker-button.md) Add <accountdelete://twinr.dev> in URL field as shown below.

<figure><img src="/files/cuM8Icqz1zz7xIBHUZAz" alt="" width="375"><figcaption></figcaption></figure>

## <mark style="color:orange;">**`OR`**</mark>

2.) Go to Navigation Bar and add [Custom button](/screen-customization/tab-bar/navigation-bar/navigation-bar-buttons/custom-button.md). Select "Execute Script" in Button Actions. Enter Script twinr\_request\_account\_delete() as shown below.

<figure><img src="/files/y7UA0Ej95pIklUkrHkCS" alt="" width="375"><figcaption></figcaption></figure>

Once you add either of the button, you can open the form on click of the button.
