# Unverify

## Unverify User

<mark style="color:green;">`POST`</mark> `https://api.vaultoro.com/v1/public/unverify`

This endpoint allows user to disable 2FA and also deletes the 2FA method of the user.

#### Request Body

| Name     | Type   | Description                  |
| -------- | ------ | ---------------------------- |
| password | string | User's account password      |
| token    | string | The token sent in the email. |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}
```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```
{    "message": "Ain't no cake like that."}
```

{% endtab %}
{% endtabs %}
