v47

latestOpenAPI 3.0.3MIT Licenseraw.githubusercontent.com2026-08-015915132.9 KB
user
oauth-server

Revoke OAuth grant

Revokes the user's OAuth grant for a specific client. This will: - Mark the consent as revoked - Delete all active sessions associated with this OAuth client - Invalidate all refresh tokens for those sessions Only available when OAuth server is enabled.

delete/user/oauth/grants

Query parameters

client_idstring uuid required

The OAuth client identifier

Response

Grant successfully revoked