Revoke API Token
Revokes the provided API token belonging to a user.
delete/v1/auth/api-tokens/{tokenName}
Path parameters
tokenNamestring required
The name of the api token.
Response
Successful response
Example response
{
"token": "..."
}Revokes the provided API token belonging to a user.
The name of the api token.
Successful response
{
"token": "..."
}