Remove OTP Email from a user
Remove the configured OTP Email factor of a user. As only one OTP Email per user is allowed, the user will not have OTP Email as a second factor afterward.
curl -X DELETE "https://loading/v2/users/string/otp_email"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?
Remove link of an identity provider to an user
Explore the Remove link of an identity provider to an user operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
Remove OTP SMS from a user
Remove OTP SMS from a user: Remove the configured OTP SMS factor of a user. As only one OTP SMS per user is allowed, the user will not have OTP SMS as a second factor afterward.