v1

latestSwagger 2.0BSD 3-Clause2026-07-1720953437.1 KB
users

Delete user access token

Given a user name and token name, delete the specified token.

delete/users/{key}/tokens/{tokenName}

Path parameters

keystring required

The id or name of the user. User IDs are case-sensitve.

tokenNamestring required

The name of the token to delete.

Response

Success, returns the metadata for the deleted token.

idstring
isRevokedstring

Zero if the token is still active, non-zero if the token has been revoked.

namestring

The name of the token.