Revoke API token
API Tokens
Revoke API token
Revoke (delete) an API token. This is idempotent.
DELETE
Revoke API token
Authorizations
Bearer token authentication. Supports two token types:
- JWT Access Token — obtained via
POST /v1/auth/login - Personal Access Token (PAT) — created via
POST /v1/api-tokens, format:cmnd_<tokenId>.<secret>
Path Parameters
The token ID
Response
204
Token revoked successfully

