Skip to main content
DELETE
/
user
/
tokens
/
{tokenId}
Delete a API token by token id
curl --request DELETE \
  --url https://app.dynamicauth.com/api/v0/user/tokens/{tokenId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

tokenId
string
required
Required string length: 36
Example:

Response