Delete Virtual Account

Delete a virtual account

/vitrual-accounts/reference

DELETE https://seerbitapi.com/api/v2/virtual-accounts/{{reference}}

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

Path Parameters

NameTypeDescription

reference*

String

unique reference to identify the virtual account

Headers

NameTypeDescription

authorization*

String

Bearer token

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

Last updated