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.
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?
Remove OTP Email from a user
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.
Remove passkey from a user
Explore the Remove passkey from a user operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.