Revoke OAuth refresh token
POST/api/oauth/:OAuthAppName/revoke
Revokes an OAuth refresh token per RFC 7009 (OAuth 2.0 Token Revocation), invalidating it and preventing any further use. The client must authenticate using client_id and client_secret via HTTP Basic or POST body.
Request
Responses
- 200
- 400
- 401
- 403
OK: The request was successful.
Status Bad Request: The request could not be understood by the server due to malformed syntax.
Status Unauthorized: The client must authenticate itself to get the requested response.
Status Forbidden: The client does not have permission to access the resource.