Revoke Token

Revoke a wallet token

POST https://api.withreload.com/v1/oauth/token/revoke
Content-Type: application/json
{
  "token": "TOKEN_TO_REVOKE",
  "client_id": "YOUR_CLIENT_ID",
  "client_secret": "YOUR_CLIENT_SECRET"
}

Response:

{
"success": true
}