# Delete address

## Delete an address from address book.

<mark style="color:red;">`DELETE`</mark> `https://api.vaultoro.com/v1/private/address/:addressId`

This endpoint allows to delete an address from a user's address book.

#### Query Parameters

| Name                                  | Type   | Description |
| ------------------------------------- | ------ | ----------- |
| otp<mark style="color:red;">\*</mark> | String |             |

#### Headers

| Name          | Type   | Description   |
| ------------- | ------ | ------------- |
| Authorization | string | Bearer token. |

{% 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 %}
