Remove Multi Factor (MFA)​
Remove a multi-factor (MFA) from the login settings of the organization. It affects all organizations, without custom login settings. Authentication factors are used as an additional layer of security for your users (e.g. Authentication App, FingerPrint, Windows Hello, etc). Per definition, it is called multi-factor factor or passwordless as it is used as first and second authentication and a password is not necessary. In the UI we generalize it as passwordless or passkey.
Path Parameters
Possible values: [MULTI_FACTOR_TYPE_UNSPECIFIED
, MULTI_FACTOR_TYPE_U2F_WITH_VERIFICATION
]
Header Parameters
The default is always the organization of the requesting user. If you like to get/set a result of another organization include the header. Make sure the user has permission to access the requested data.
- 200
- default
A successful response.
Schema
details object
{
"details": {
"sequence": "2",
"creationDate": "2024-03-27T10:05:51.230Z",
"changeDate": "2024-03-27T10:05:51.230Z",
"resourceOwner": "69629023906488334"
}
}
Schema
details object
{
"details": {
"sequence": "2",
"creationDate": "2024-03-27T10:05:51.231Z",
"changeDate": "2024-03-27T10:05:51.231Z",
"resourceOwner": "69629023906488334"
}
}
Schema
details object
{
"details": {
"sequence": "2",
"creationDate": "2024-03-27T10:05:51.231Z",
"changeDate": "2024-03-27T10:05:51.231Z",
"resourceOwner": "69629023906488334"
}
}
An unexpected error response.
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
DELETE /policies/login/multi_factors/:type
Authorization
name: OAuth2type: oauth2scopes:openid,urn:zitadel:iam:org:project:id:zitadel:aud
flows: { "authorizationCode": { "authorizationUrl": "$CUSTOM-DOMAIN/oauth/v2/authorize", "tokenUrl": "$CUSTOM-DOMAIN/oauth/v2/token", "scopes": { "openid": "openid", "urn:zitadel:iam:org:project:id:zitadel:aud": "urn:zitadel:iam:org:project:id:zitadel:aud" } } }
Request
Request
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/management/v1/policies/login/multi_factors/:type' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/management/v1/policies/login/multi_factors/:type' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/management/v1/policies/login/multi_factors/:type' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/management/v1/policies/login/multi_factors/:type' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/management/v1/policies/login/multi_factors/:type' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/management/v1/policies/login/multi_factors/:type' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/management/v1/policies/login/multi_factors/:type' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/management/v1/policies/login/multi_factors/:type' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/management/v1/policies/login/multi_factors/:type' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'