cURL
curl --request DELETE \ --url https://api.datalinks.com/api/v1/user/token/{tokenId} \ --header 'Authorization: Bearer <token>'
delete user token
Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.
Authorization
Authorization: Bearer <token>
Token ID
Success