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