Skip to main content

Disable Multi Factor Authentication

DELETE /v2/signup/mfa/
v2
DELETE
deprecated-user-disable-mfa

Request

Responses

application/json

Multi Factor Authentication was disabled.

    Usage examples

    $ curl \
    --fail \
    --location \
    -X DELETE \
    -d '{"multiFactorCode":"string"}' \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    -H 'Content-Type: application/json' \
    https://api.mittwald.de/v2/signup/mfa