Revoke an access_token

An access_token can be revoked when a user signs out of their Trakt account in your app. This is not required, but might improve the user experience so the user doesn't have an unused app connection hanging around.

JSON POST Data

KeyTypeValue
token *stringA valid OAuth access_token.
client_id *stringGet this from your app settings.
client_secret *stringGet this from your app settings.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Body

string
required
string
required
string
required
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!