Skip to main content
DELETE
Deactivate a virtual account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

ID of the user.

Pattern: ^user_[A-Za-z0-9]+$
virtualAccountId
string
required

Public ID of the virtual account (prefixed with va_)

Response

Virtual account deactivated successfully.

A simple message acknowledgement.

message
string
Example:

"Success"