> For the complete documentation index, see [llms.txt](https://apis.seerbit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apis.seerbit.com/api-endpoints/virtual-account/delete-virtual-account.md).

# Delete Virtual Account

## /vitrual-accounts/reference

<mark style="color:red;">`DELETE`</mark> `https://seerbitapi.com/api/v2/virtual-accounts/{{reference}}`

This endpoint allows you to delete a virtual account using the unique reference

#### Path Parameters

| Name                                        | Type   | Description                                      |
| ------------------------------------------- | ------ | ------------------------------------------------ |
| reference<mark style="color:red;">\*</mark> | String | unique reference to identify the virtual account |

#### Headers

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

{% tabs %}
{% tab title="201: Created Virtual account has been deleted" %}

```javascript
{
    "status": "SUCCESS",
    "data": {
        "code": "00",
        "message": "Virtual account has been deleted"
    }
}
```

{% endtab %}
{% endtabs %}
