> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shipmobilefast.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Account

> Delete Account Screen

## Prebuilt Delete Account Screen

You have prebuilt delete account screen with custom radio buttons.

<Frame className="flex flex-row w-full h-full gap-2">
  <img src="https://mintcdn.com/shipmobilefast-51a499dc/rNBXOQ08cKXtmr3A/images/screens/delete-account.png?fit=max&auto=format&n=rNBXOQ08cKXtmr3A&q=85&s=db1ed6f1c0f341798cbeb6854e8e83e6" alt="Delete Account" className="rounded-lg mr-4" width="700" height="320" data-path="images/screens/delete-account.png" />
</Frame>

### Result:

<Info>
  You can customize the screen with your own design.
</Info>

<Note>
  Path: `/app/(auth)/settings/delete-account.tsx`
</Note>

<Steps>
  <Step>
    For changing the button texts, you should go `/data/DeleteAccount.ts`
  </Step>

  <Step>
    You will see `DeleteAccountReasons` array.
  </Step>

  <Step>
    If you want to change or add new buttons, you must go `/i18n/locales/<language>/translation.json`
  </Step>

  <Step>
    Find the `settings.deleteAccount.reasons` object.
  </Step>

  <Step>
    Add the new reason to the `reasons` array.
  </Step>

  <Step>
    The last step, you need to implement your own logic for deleting the account.
  </Step>
</Steps>

<Check>
  Everything will be working automatically. You're done.
</Check>

<Frame className="w-3/4 aspect-square">
  <img src="https://mintcdn.com/shipmobilefast-51a499dc/rNBXOQ08cKXtmr3A/images/mockups/deleteaccount.png?fit=max&auto=format&n=rNBXOQ08cKXtmr3A&q=85&s=6a683a5d13961e19aa72b5f850e0a685" alt="Delete Account Result" width={300} data-path="images/mockups/deleteaccount.png" />
</Frame>
