WiPay
WAPIsv2.0.2Accounts

Delete Account

Deactivate an authorized account and remove the authorization link. If the user was only linked (not created by the MMA), only the link is removed.

DELETE
/accounts/{account_number}
AuthorizationBearer <token>

OAuth2 access token obtained from POST /auth/tokens.

In: header

Path Parameters

account_numberstring
Match^[0-9]+$

Response Body

curl -X DELETE "https://tt.wipayfinancial.com/wapi/accounts/string"
{
  "message": "OK"
}
{
  "message": "string"
}
{
  "message": "string"
}