ZITADEL Docs
APIsCore ResourcesV2User

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.

DELETE
/v2/users/{user_id}/otp_sms

Path Parameters

user_id*string

Response Body

application/json

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

Was this page helpful?