Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

OAuth Token Revocation Endpoint

POST/oauth/revokeOAuth Token Revocation Endpoint

OAuth 2.0 token revocation endpoint (RFC 7009). Always returns 200, whether the token was revoked, never existed, or was invalid

Request body

application/x-www-form-urlencoded
object
client_idstring
tokenstring
Example request
{
  "client_id": "string",
  "token": "string"
}

Responses

200Revocation acknowledged
Documentation menu