> ## Documentation Index
> Fetch the complete documentation index at: https://docs.payracle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a Virtual Account

> Deactivate a customer's virtual account

`DELETE /v1/virtual-accounts/{id}?provider=paga`

Also available as `POST /v1/virtual-accounts/{id}/delete` for clients that can't send a body/method with `DELETE`.

```bash theme={null}
curl -X DELETE "https://api.payracle.com/api/v1/virtual-accounts/5?provider=paga" \
  -H "Authorization: Bearer sk_live_YOUR_SECRET_KEY"
```

<Warning>
  Deleting a virtual account deactivates it — any future transfer to that account number will no longer be attributed to your customer. This can't be undone; if the customer needs an account again, [create](/virtual-accounts/create) a new one.
</Warning>
