Delete an MFA verification
Delete an MFA verification, a logto-verification-id in header is required for checking sensitive permissions.
Path parameters
-
verificationId
string Required The unique identifier of the verification.
DELETE
/api/my-account/mfa-verifications/{verificationId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/my-account/mfa-verifications/{verificationId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"