Revoke one API token for your authenticated platform without deleting the token record. This is the canonical public token-management disable action on the current token entity surface. MANAGE-scoped Basic Auth credentials can perform this action. Any future secret recovery would require a separate action surface.
Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.
Token identifier returned by the token create/list/detail surfaces. The public token entity routes accept the public Token:<id> form and the raw runtime token id.
Token revoked. Client secret remains omitted on revoke responses.
Stable public API-token identifier.
Human-readable token name.
Permissions granted to this token. VIEW reads platform configuration, customers, tokens, and transactions, TRANSACT creates quotes, executes payments, and runs transfer actions, and MANAGE updates platform configuration, API tokens, and customer records.
Client identifier used for Basic Auth.
Creation timestamp.
Last update timestamp.
Current token lifecycle state.
Revocation timestamp. null while the token is still active.