# Delete Account

From the app users are able to request the deletion of their accounts. At the moment this action will be considered permanent and in the case that a user wants to recover their account a customer support ticket will need to placed. \
\
This feature can be found under user settings by clicking on their name, then at the bottom they will see the "Delete Account" button.&#x20;

{% hint style="info" %}
User can not have active rentals while attempting to delete the account.&#x20;
{% endhint %}

\
\
![](/files/Yie1etD4WWHBhZYYa8X5)

{% hint style="info" %}
Once you've pressed the delete button, ensure you log out of the application to permanently remove your account.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.movatic.co/movatic-app/user-account/delete-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
