Reset MFA Settings
DELETE {{apiPath}}/environments/{{envID}}/mfaSettings
The operation DELETE /environments/{{envID}}/mfaSettings
resets the MFA settings for an environment, including the maximum allowed devices per user. For more information, see Maximum allowed devices.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/mfaSettings"},"environment":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"pairing":{"maxAllowedDevices":5,"pairingKeyFormat":"ALPHANUMERIC"},"authentication":{"deviceSelection":"DEFAULT_TO_FIRST"},"updatedAt":"2023-08-07T08:23:05.320Z","phoneExtensions":{"enabled":false},"users":{"mfaEnabled":false}}