Skip to main content

Delete MFA method configuration

DELETE 

/mfa/:method/delete

This API removes the configuration for the specified MFA method. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    method stringrequired

    The name of the MFA method. The currently supported method names are 'okta-verify' and 'duo-web'.

Responses

MFA configuration of an MFA method.

Schema
    mfaMethod stringnullable

    Mfa method name

    enabled boolean

    Default value: false

    If MFA method is enabled.

    host stringnullable

    The server host name or IP address of the MFA provider.

    accessKey stringnullable

    The secret key for authenticating requests to the MFA provider.

    identityAttribute stringnullable

    Optional. The name of the attribute for mapping IdentityNow identity to the MFA provider.

Loading...