ZITADEL Docs
APIsCore ResourcesV1Organization Objects

RemoveHumanAuthFactorOTP

Remove Multi-Factor OTP

Deprecated: use user service v2 RemoveTOTP instead.

Remove the configured One-Time Password (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

application/json

curl -X DELETE "https://loading/users/string/auth_factors/otp"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?