Delete an MFA verification

DELETE /api/my-account/mfa-verifications/{verificationId}

Delete an MFA verification, a logto-verification-id in header is required for checking sensitive permissions.

Path parameters

Responses

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"