Revoke token
API Tokens
Revoke Token
Revokes an active API token. The token becomes immediately unusable. Requires token management to be enabled for the partner.
DELETE
Revoke token
Revokes an active API token immediately. Once revoked, the token cannot be used for authentication and the action cannot be undone.
Requires token management to be enabled for the partner (see Get Partner Capabilities).
Authorizations
Scoped API token with HMAC-SHA256 signing. Requires three headers: lmts-api-key (token ID), lmts-timestamp (ISO-8601), lmts-signature (Base64-encoded HMAC). See Authentication docs for details.
Path Parameters
The token ID to revoke
Response
Token revoked successfully
Example:
"API token revoked successfully"