Skip to main content
POST
Revoke token

Body

application/json

Revoke request params

token
string
required

The token to revoke.

Example:

"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..."

client_id
string

The client identifier.

Example:

"550e8400-e29b-41d4-a716-446655440000"

client_secret
string

The client secret.

Example:

"my-client-secret"

Response

Token revoked successfully.