post
https://staging.ankatech.co/api/v3/admin/tenants//keys//suspend
Temporarily suspends a key for security incident investigation.
Unlike revocation, suspension is reversible: the key can be reactivated
once the investigation is cleared (POST .../reactivate), or permanently
revoked if compromise is confirmed (POST .../revoke).
During suspension: encrypt/sign operations are DENIED; decrypt/verify remain ALLOWED.
Valid source states: ACTIVE, PENDING_ROTATION.
State transition: ACTIVE|PENDING_ROTATION → SUSPENDED.
Authorization: requires scope admin.keys.suspend.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204Key suspended successfully (no content).
406Not Acceptable — the request Accept header excludes every representation this endpoint produces. Per RFC 9110 §15.5.7 the response carries NO body and NO Content-Type.