# Applicant Profile Deletion

The User Deletion functionality provides you with the ability to remove an applicant’s data from the system.

* To initiate the deletion of an applicant’s profile, the reviewer can select the `Delete` option from the action menu next to the applicant’s record in the table view:

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

* Upon selecting `Delete`, a confirmation dialog appears, as shown in the screenshot. This dialog informs the reviewer that the applicant’s data will be scheduled for deletion and will be permanently removed after a 20-day period:

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

{% hint style="info" %}
The applicants' profiles are deleted straight away in the Test Mode.&#x20;
{% endhint %}

* The reviewer can either confirm the deletion by clicking `Schedule Deletion` or cancel the process by selecting `Cancel, keep the data`.
* The applicant’s profile is not immediately removed from the platform. Instead, it is scheduled for deletion after a 20-day grace period. During this time, the data is marked for deletion but remains recoverable:

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

* If the reviewer decides to restore the applicant’s profile during the scheduled deletion period, they can do so by selecting the `Restore Data`option from the action menu next to the applicant’s record in the table view:

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

* If no action is taken to restore the data within the 20-day period, the deletion will proceed automatically, and the applicant’s data will be permanently removed from the platform. Once deleted, the data cannot be recovered, ensuring compliance with data retention policies and regulatory requirements.

***


---

# 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://docs.allpass.ai/review-data/applicant-profile-deletion.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.
