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

  • verificationId string Required

    The unique identifier of the verification.

Responses

  • 204

    The MFA verification was deleted successfully.

  • 400

    Bad Request

  • 401

    Unauthorized

  • 403

    Forbidden

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"