Skip to main content
POST
/
oauth
/
revoke
Revoke an OAuth token
curl --request POST \
  --url https://api.peel.sh/oauth/revoke \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'Key: <api-key>'
{}

Authorizations

Key
string
header
required

Body

The body is of type object.

Response

Token revoked.

The response is of type object.