ZITADEL Docs
APIsCore ResourcesV1Organization Objects

Remove Multi-Factor OTP

Deprecated: use user service v2 RemoveTOTP instead.

Remove the configured OTP as a factor from the user. OTP is an authentication app, like Authy or Google/Microsoft Authenticator.

DELETE
/users/{user_id}/auth_factors/otp

Path Parameters

user_id*string

Response Body

application/json

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

Was this page helpful?