---
title: "DELETE /imports/{importId}/"
method: DELETE
path: "/imports/{importId}/"
---

# DELETE /imports/{importId}/

`DELETE /imports/{importId}/`

Removes a previous import and the associated file stored in an S3 bucket.

## Path parameters

- `importId` string, required

## Response `202`

Success

- DeleteImportResponse
  - `importId` string — The unique identifier of the deleted import.
  - `importStatus` 'InProgress' | 'Completed' | 'Failed' | 'Deleting' — The current status of the deletion. When the deletion is complete, the import will no longer be returned by the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListImports.html">ListImports</a> operation and calls to the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeImport.html">DescribeImport</a> operation with the import identifier will fail.

## Other responses

- `480` — ThrottlingException
- `481` — ServiceQuotaExceededException
- `482` — ValidationException
- `483` — PreconditionFailedException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/lexv2-models.md) · [All operations](https://skmtc.net/aws/apis/lexv2-models/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/lexv2-models/versions/6997ba482d72/schema)
