跳转到内容
AsterDrive Developer Docs开发者

reset_user_mfa

DELETE
/api/v1/admin/users/{id}/mfa
curl --request DELETE \
--url https://example.com/api/v1/admin/users/1/mfa \
--header 'Authorization: Bearer <token>'
id
required
integer format: int64

User ID

User MFA configuration cleared; this resets authenticators, recovery codes, and pending MFA login flows without deleting the user

Unauthorized

Forbidden

User not found