DELETE
/
user
/
token
/
{tokenId}
cURL
curl --request DELETE \
  --url https://api.datalinks.com/api/v1/user/token/{tokenId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>. The token can be generated in Settings

Path Parameters

tokenId
integer
required

Token ID

Response

200

Success