DELETE
/
v1
/
partner
/
access-token
curl --request DELETE \
  --url https://api.superlink.me/v1/partner/access-token \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: */*' \
  --data '{
  "id": "248b8553-effa-4d99-a906-041a54f7df87"
}'
This response has no body data.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and the JWT token.

Body

*/*
access token delete request
id
string