0.x — pre-release, no compatibility promise yet.What this means
Revoke a refresh token or an access token (RFC 7009)
Revoke a refresh token (its whole family and the connection’s access tokens) or an access token (RFC 7009).
Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/x-www-form-urlencoded
RevokeRequest
object
token
required
A refresh token (tmr_…) or an access token (tm_live_…)
string
token_type_hint
string
client_id
Required for a public app; a confidential app may send it with client_secret instead of HTTP Basic
string
client_secret
client_secret_post (or use HTTP Basic)
string
Responses
Section titled “ Responses ”Revoked, or nothing to revoke (always 200 for a known app)
Media typeapplication/json
object
Example
{}An OAuth error (invalid_request, invalid_grant, invalid_scope, unsupported_grant_type)
Media typeapplication/json
Client authentication failed (invalid_client)
Media typeapplication/json