v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1471501483.8 KB

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

delete/imports/{importId}/

Path parameters

importIdstring required

The unique identifier of the import to delete.

Response

Success

importIdstring

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.