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.
Path parameters
-
The unique identifier of the user.
-
The unique identifier of the verification.
DELETE /api/users/{userId}/mfa-verifications/{verificationId}
curl \
-X DELETE https://[tenant_id].logto.app/api/users/{userId}/mfa-verifications/{verificationId} \
-H "Authorization: Bearer $ACCESS_TOKEN"