---
title: "DELETE /2015-01-01/packages/{PackageID}"
method: DELETE
path: "/2015-01-01/packages/{PackageID}"
---

# DELETE /2015-01-01/packages/{PackageID}

`DELETE /2015-01-01/packages/{PackageID}`

Delete the package.

## Path parameters

- `PackageID` string, required

## Response `200`

Success

- DeletePackageResponse — Container for response parameters to <code> <a>DeletePackage</a> </code> operation.
  - `PackageDetails` object — <code>PackageDetails</code>
    - `PackageID` string — Internal ID of the package.
    - `PackageName` string — User specified name of the package.
    - `PackageType` 'TXT-DICTIONARY' — Currently supports only TXT-DICTIONARY.
    - `PackageDescription` string — User-specified description of the package.
    - `PackageStatus` 'COPYING' | 'COPY_FAILED' | 'VALIDATING' | 'VALIDATION_FAILED' | 'AVAILABLE' | 'DELETING' | 'DELETED' | 'DELETE_FAILED' — Current state of the package. Values are COPYING/COPY_FAILED/AVAILABLE/DELETING/DELETE_FAILED
    - `CreatedAt` string, date-time — Timestamp which tells creation date of the package.
    - `LastUpdatedAt` string, date-time
    - `AvailablePackageVersion` string
    - `ErrorDetails` object — Additional information if the package is in an error state. Null otherwise.
      - `ErrorType` string
      - `ErrorMessage` string

## Other responses

- `480` — BaseException
- `481` — InternalException
- `482` — ResourceNotFoundException
- `483` — AccessDeniedException
- `484` — ValidationException
- `485` — ConflictException

---

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