Delete Specific Products by SKU

Deletes specific products from the product catalog of a DRAFT version.

  • This operation can only be triggered for a catalog version with a DRAFT status.
  • Requests made for an ACTIVE or DEACTIVATED catalog version will fail with a 400 Bad Request HTTP error.

A product cannot be deleted if it is:

  • A parent to another product in the hierarchy.
  • Marked as mandatory.
  • Set as an alternative in the hierarchy tree.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≤ 16

The identifier of the DRAFT version.

Body Params
skus
array of strings
skus
Responses
200

Success. Specified products were deleted.

400

Bad Request.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!