Delete an MFA verification for a user
Delete an MFA verification for the user with the given verification ID. The verification ID must be associated with the given user ID.
DELETE
/api/users/{userId}/mfa-verifications/{verificationId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/users/{userId}/mfa-verifications/{verificationId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"