POST
/
v1
/
oauth
/
revoke
curl --request POST \
  --url https://api.hyperline.co/v1/oauth/revoke \
  --header 'Content-Type: application/json' \
  --data '{
  "client_id": "<string>",
  "client_secret": "<string>",
  "token": "<string>"
}'

Body

application/json
client_id
string
required

Application's client ID.

client_secret
string
required

Application's client secret.

token
string
required

The refresh token to revoke.