Revokes a single token. The revocation is replicated across the cluster, so the token stops validating everywhere and not merely on the server that handled this request.Revoking an access token does not revoke its paired refresh token — refresh tokens are separate rows. List both with GET /oauth-tokens?user-id={uid} and revoke each.Requires full Super User (Super User Read Only is refused).
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
🟢202Accepted
Delete accepted. No body — the removal is published to the cluster.