Skip to main content
POST
/
oauth
/
revoke
Revoke Token (RFC 7009)
curl --request POST \
  --url https://crossproductroadmapbackend.vercel.app/api/v1/oauth/revoke \
  --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://tabillo.mintlify.app/llms.txt

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

Body

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

Response

200

Always 200 per RFC 7009