POST
/oauth/revokeOAuth Token Revocation EndpointOAuth 2.0 token revocation endpoint (RFC 7009). Always returns 200, whether the token was revoked, never existed, or was invalid
Request body
application/x-www-form-urlencoded
object
client_idstringtokenstring{
"client_id": "string",
"token": "string"
}