Hanzo
OpenapiIam

Turns a factor off, so sign-in stops asking for it. — POST /v1/iam/mfa/disable

Turns a factor off, so sign-in stops asking for it. Naming no factor turns off ALL of them — the reset path.

POST /v1/iam/mfa/disable

Addresshttps://api.hanzo.ai/v1/iam/mfa/disable
MethodPOST
Operationpost_iam_mfa_disable
AuthAuthorization: Bearer $HANZO_API_KEY

Turns a factor off, so sign-in stops asking for it. Naming no factor turns off ALL of them — the reset path. People may do this for themselves; doing it for somebody else takes an administrator, which is what makes it the way back in when a phone is lost.

The recovery codes go with the last factor: they are the way past a challenge, so keeping them alive for an account with nothing to challenge would leave a standing credential behind.

Request

The document declares no body for POST /v1/iam/mfa/disable. 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_mfa_disable, 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 mfa disable

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page