Revoke an API token for your authenticated platform.
Revoke one platform-created API token without deleting the token record. The operator-issued root manage token is visible in list/detail but returns 403 TOKEN_NOT_REVOCABLE here. clientSecret is never returned on revoke responses.
Authorizations
Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.
Path Parameters
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.
Response
API token revoked. Client secret remains omitted on revoke responses.
Stable public API-key identifier in Token:<id> form.
Human-readable API-key label.
Public permissions granted to this token.
Public API token permission. view covers read access and manage covers token-management and other privileged platform actions.
view, manage Compatibility access-level projection shown in Platform Config.
management, view_only Whether the token is operator-issued or created from Platform Config.
operator_issued, platform_self_service Current key lifecycle state returned by runtime readback.
Whether Platform Config may revoke this key.
Client identifier used for Basic Auth.
Creation timestamp.
Last update timestamp.
Revocation timestamp. null while the key is still active.