cURL
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.
Deletes an access token
Type "Bearer" followed by a space and the JWT token.
access token delete request
The body is of type object.
object