---
title: "deleteListingsItem"
method: DELETE
path: "/listings/2021-08-01/items/{sellerId}/{sku}"
tags: ["Listings Items v2021-08-01"]
---

# deleteListingsItem

`DELETE /listings/2021-08-01/items/{sellerId}/{sku}`

Delete a listings item for a selling partner.

**Usage Plan:**

| Rate (requests per second) | Burst |
| ---- | ---- |
| 5 | 5 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can receive higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api) in the Selling Partner API documentation.

## Path parameters

- `sellerId` string, required
- `sku` string, required

## Query parameters

- `marketplaceIds` string[], required
- `issueLocale` string

## Response `200`

Successfully understood the listings item delete request. See the response to determine whether the submission has been accepted.

- ListingsItemSubmissionResponse — Response containing the results of a submission to the Selling Partner API for Listings Items.
  - `sku` string, required — A selling partner provided identifier for an Amazon listing.
  - `status` 'ACCEPTED' | 'INVALID' | 'VALID', required — The status of the listings item submission.
  - `submissionId` string, required — The unique identifier of the listings item submission.
  - `issues` Issue[] — Listings item issues related to the listings item submission.
    - `code` string, required — An issue code that identifies the type of issue.
    - `message` string, required — A message that describes the issue.
    - `severity` 'ERROR' | 'WARNING' | 'INFO', required — The severity of the issue.
    - `attributeNames` string[] — The names of the attributes associated with the issue, if applicable.
    - `categories` string[], required — List of issue categories. Possible values: * 'INVALID_ATTRIBUTE' - Indicating an invalid attribute in the listing. * 'MISSING_ATTRIBUTE' - Highlighting a missing attribute in the listing. * 'INVALID_IMAGE' - Signifying an invalid image in the listing. * 'MISSING_IMAGE' - Noting the absence of an image in the listing. * 'INVALID_PRICE' - Pertaining to issues with the listing's price-related attributes. * 'MISSING_PRICE' - Pointing out the absence of a price attribute in the listing. * 'DUPLICATE' - Identifying listings with potential duplicate problems, such as this ASIN potentially being a duplicate of another ASIN. * 'QUALIFICATION_REQUIRED' - Indicating that the listing requires qualification-related approval.
    - `enforcements` IssueEnforcements — This field provides information about the enforcement actions taken by Amazon that affect the publishing or status of a listing. It also includes details about any associated exemptions.
      - `actions` IssueEnforcementAction[], required — List of enforcement actions taken by Amazon that affect the publishing or status of a listing.
        - `action` string, required — The enforcement action name. Possible values: * `LISTING_SUPPRESSED` - This enforcement takes down the current listing item's buyability. * `ATTRIBUTE_SUPPRESSED` - An attribute's value on the listing item is invalid, which causes it to be rejected by Amazon. * `CATALOG_ITEM_REMOVED` - This catalog item is inactive on Amazon, and all offers against it in the applicable marketplace are non-buyable. * `SEARCH_SUPPRESSED` - This value indicates that the catalog item is hidden from search results.
      - `exemption` IssueExemption, required — Conveying the status of the listed enforcement actions and, if applicable, provides information about the exemption's expiry date.
        - `status` 'EXEMPT' | 'EXEMPT_UNTIL_EXPIRY_DATE' | 'NOT_EXEMPT', required — This field indicates the current exemption status for the listed enforcement actions. It can take values such as `EXEMPT`, signifying permanent exemption, `EXEMPT_UNTIL_EXPIRY_DATE` indicating temporary exemption until a specified date, or `NOT_EXEMPT` signifying no exemptions, and enforcement actions were already applied.
        - `expiryDate` string, date-time — Represents the timestamp, in ISO 8601 format, that specifies the date when the temporary exemptions expires, and Amazon begins enforcing the listed actions.
  - `identifiers` ItemIdentifiersByMarketplace[] — Identity attributes associated with the item in the Amazon catalog, such as the ASIN.
    - `marketplaceId` string — A marketplace identifier. Identifies the Amazon marketplace for the listings item.
    - `asin` string — Amazon Standard Identification Number (ASIN) of the listings item.

## Other responses

- `400` — Request has missing or invalid parameters and cannot be parsed.
- `403` — Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
- `413` — The request size exceeded the maximum accepted size.
- `415` — The request payload is in an unsupported format.
- `429` — The frequency of requests was greater than allowed.
- `500` — An unexpected condition occurred that prevented the server from fulfilling the request.
- `503` — Temporary overloading or maintenance of the server.

---

[API](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01.md) · [All operations](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/a-content-management-v2020-11-01/revisions/815a5b6dbaa6/schema)
