WiPay
WAPIsv2.0.2User

Delete Bank Account

Remove the configured local or foreign Bank Account.

DELETE
/user/banks/{type}
AuthorizationBearer <token>

OAuth2 access token obtained from POST /auth/tokens.

In: header

Path Parameters

typestring
Value in"local" | "foreign"

Response Body

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