Hanzo
OpenapiIam

Clears the target user's key of the requested TYPE (immediate revoke). — POST /v1/iam/keys/revoke

Clears the target user's key of the requested TYPE (immediate revoke).

POST /v1/iam/keys/revoke

Addresshttps://api.hanzo.ai/v1/iam/keys/revoke
MethodPOST
Operationpost_iam_keys_revoke
AuthAuthorization: Bearer $HANZO_API_KEY

Clears the target user's key of the requested TYPE (immediate revoke). Scoped by the same ?type field mint takes, so revoking the browser key leaves the server key working. A secret key's stored value is the sk- in its schema.Key row.

Request

The document declares no body for POST /v1/iam/keys/revoke. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_iam_keys_revoke, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo iam keys revoke

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page