cURL
curl --request DELETE \ --url https://api.pcxpay.com/v1/virtual-accounts/link \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "Operation completed successfully", "data": {} }
Removes a linked external account from a customer.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
External account unlinked
success
error
"success"
"Operation completed successfully"