tokens
Delete a token by token id
DELETE
/
tokens
/
{tokenId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
tokenId
string
requiredID of the token
Required string length:
36