---
title: "Delete Import"
method: DELETE
path: "/v0/imports/{id}"
tags: ["Imports"]
---

# Delete Import

`DELETE /v0/imports/{id}`

Deletes a import.

## Path parameters

- `id` string, required

## Response `200`

Import deleted successfully

- Import
  - `id` string, required — The unique identifier for the Import
  - `object` 'import', required — The type of object
  - `status` 'pending' | 'processing' | 'completed' | 'failed' | 'canceled', required — The status of the Import
  - `format` 'csv' | 'webset', required — The format of the import.
  - `entity` union, required
    - CompanyEntity
      - `type` 'company', required
    - PersonEntity
      - `type` 'person', required
    - ArticleEntity
      - `type` 'article', required
    - ResearchPaperEntity
      - `type` 'research_paper', required
    - CustomEntity
      - `type` 'custom', required
      - `description` string, required
  - `title` string, required — The title of the import
  - `count` number, required — The number of entities in the import
  - `metadata` object, required — Set of key-value pairs you want to associate with this object.
  - `failedReason` 'invalid_format' | 'invalid_file_content' | 'missing_identifier', nullable, required — The reason the import failed
  - `failedAt` string, date-time, nullable, required — When the import failed
  - `failedMessage` string, nullable, required — A human readable message of the import failure
  - `createdAt` string, date-time, required — When the import was created
  - `updatedAt` string, date-time, required — When the import was last updated

---

[API](https://skmtc.net/exa/apis/exa-public-api.md) · [All operations](https://skmtc.net/exa/apis/exa-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/exa/exa-public-api/versions/982a352e3781/schema)
