---
title: "DELETE /exports/{exportId}/"
method: DELETE
path: "/exports/{exportId}/"
---

# DELETE /exports/{exportId}/

`DELETE /exports/{exportId}/`

Removes a previous export and the associated files stored in an S3 bucket.

## Path parameters

- `exportId` string, required

## Response `202`

Success

- DeleteExportResponse
  - `exportId` string — The unique identifier of the deleted export.
  - `exportStatus` 'InProgress' | 'Completed' | 'Failed' | 'Deleting' — The current status of the deletion. When the deletion is complete, the export will no longer be returned by the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListExports.html">ListExports</a> operation and calls to the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_DescribeExport.html"> DescribeExport</a> operation with the export 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)
