TravelyfeHelp
DevelopersAPI ReferenceO Auth

Revoke A Token

POST
/oauth/revoke

Revokes an access or refresh token. Always returns 200.

Request Body

application/x-www-form-urlencoded

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/oauth/revoke" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d 'token=string'
Empty