Revoke a Refresh Token
POST/v1/oauth/revoke
Use this endpoint to revoke a Refresh Token if you suspect it has been compromised, effectively preventing its further use for authentication.
Request
Responses
- 200
- 422
- 429
- 500
Success Response
Error
Too Many Requests
Response Headers
x-ratelimit-limit
The rate limit ceiling for the current time window. Envoy may include multiple limits and window metadata.
Example:
50, 50;w=1x-ratelimit-remaining
The number of requests remaining in the current rate limit window.
Example:
0x-ratelimit-reset
The number of seconds until the current rate limit window resets.
Example:
1x-envoy-ratelimited
Indicates the request was rate limited by the Envoy proxy.
Example:
trueError