API Tokens
Revoke API Token
Revokes the provided API token belonging to a user.
DELETE
/
v1
/
auth
/
api-tokens
/
{tokenName}
Path Parameters
tokenName
string
requiredThe name of the api token.
Response
200 - application/json
token
string
The revoked token name.
Was this page helpful?