Skip to main content
POST
/
oauth
/
revoke
Revoke token
curl --request POST \
  --url https://auth.calendly.com/oauth/revoke \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'token=<string>' \
  --data 'client_id=<string>' \
  --data 'client_secret=<string>'

Documentation Index

Fetch the complete documentation index at: https://calendly-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/x-www-form-urlencoded
token
string
required
client_id
string
required
client_secret
string

Response

200

OK