After deletion, the virtual account’s banking details will no longer accept incoming payments.
Path Parameters
The account’s external ID (starts with acc_)
The virtual account’s external ID (starts with va_)
Response
The virtual account identifier that was deactivated
Always returns "virtual_account"
Response Example
{
"id": "va_1234567890abcdef",
"object": "virtual_account",
"deleted": true
}