API for Reset MFA on an Identity

Is there an API to Reset MFA on an identity? I mean Reset MFA as in the attached screenshot. I searched but couldn’t find.

so far we do not have API. we can clear MFA using API is to reset entire identity which forces to enroll MFA again
here is API: /identities/:id/reset

No i dont find that you can do through api
in place of that you do reset identity again the user need to login and need to set password and mfa

@Thad_Anders you can try to inspect the page and see what you see in network logs which api it calls in the backend like below

Thanks
Shantanu

Hi @Thad_Anders ,After inspect the Reset MFA under network tab below API is call when we Reset MFA using Sailpoin IDN UI.
https://devrel-ga-1****.api.identitynow-demo.com/sp-mfa/sp-mfa-v3/mfa-registration/reset

Thank you.

this don’t work at user/identity level

Thank you for your inputs, everyone.
It looks like there’s an undocumented API but not a supported one.
Resetting the identity resets MFA, but it also removes elevated user levels (which is why MFA was there in the first place) and requires re-inviting the user.