Skip to main content
POST
Revoke token

Headers

Authorization
string

Basic base64(client_id:client_secret) - optional when using client_id/client_secret in the form body

Accept-Language
string

Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.

Example:

"ko"

Body

application/x-www-form-urlencoded

RFC 7009 token revocation request

token
string
required

Plain refresh token to revoke

Minimum string length: 1
token_type_hint
enum<string>
Available options:
refresh_token
client_id
string

Optional when using Basic Auth

client_secret
string

Optional when using Basic Auth

Response

Revocation request processed