WiPay
WAPIsv2.0.2Authentication

Revoke Token

Revoke the current Bearer access token. Not supported for WAPI Key authentication.

DELETE
/auth/tokens
AuthorizationBearer <token>

OAuth2 access token obtained from POST /auth/tokens.

In: header

Response Body

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