Remove all configured methods except SMS and EMAIL (user)
DELETE/verification-actions-srv/users/configurations
Removes the signed-in user's enrollments (TOTP, FIDO2, PATTERN, PUSH, backup codes, and so on).
SMS and EMAIL are not removed by this call. To drop them, use the two-API flow in the overview (user-srv identity, then DELETE …/users/configurations/EMAIL or …/SMS).
Deprecated equivalent: DELETE /verification-srv/v2/setup/users/configured/removeall.
Responses
- 200
- 204
- 400
Enrollments removed
Nothing to remove
Delete failed (VER_0022)