ZITADEL Docs
APIsCore ResourcesV1Organization Objects

Remove Multi-Factor OTP Email

Deprecated: use user service v2 RemoveOTPEmail instead.

Remove the configured OTP Email as a factor from the user. As only one OTP Email per user is allowed, the user will not have OTP Email as a second factor afterward.

DELETE
/users/{user_id}/auth_factors/otp_email

Path Parameters

user_id*string

Response Body

application/json

curl -X DELETE "https://loading/users/string/auth_factors/otp_email"
{
  "details": {
    "sequence": 0,
    "creationDate": "2023-01-15T01:30:15.01Z",
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string"
  }
}

Was this page helpful?