Revoke client consent
DELETE/api/2.0/clients/:clientId/revoke
Revokes all user consents for the specified OAuth2 client. This will invalidate all access tokens and refresh tokens issued to this client for the current user. The user will need to re-authorize the client to access their resources.
Request
Responses
- 200
- 400
- 403
- 404
- 429
- 500
- 503
Client consent successfully revoked
Invalid client ID format
Insufficient permissions to revoke consent
Client not found
Too many requests - rate limit exceeded
Internal server error occurred
Authorization service unavailable