platform.credential.revoke
Revoke a credential. Effective immediately (no token cache in M0).
- Scope:
platform.iam.write - System: yes
- Reachable from: the platform CONTROL face, with a platform credential — never a tenant one. See the surfaces.
- Events:
platform.credential.revoked
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "credential_id": { "minLength": 1, "type": "string" } }, "required": [ "credential_id" ], "type": "object"}Result (200)
Section titled “Result (200)”Open (unknown) — this command does not declare an output schema.
Errors
Section titled “Errors”validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)