Skip to main content
DELETE
Remove products
This endpoint deletes products from Kameleoon to prevent them from appearing in recommendation results.

List of query parameters

For a DELETE request, list the identifiers (the id) of the products you want to remove, as demonstrated in this example.

Example JSON request

Body

application/json
shop_id
string
required

Store Key. Find this in Recommendations > Settings > Store settings in the Kameleoon app. Contact your Customer Success Manager for the key if necessary.

shop_secret
string
required

Secret Key. Find this in Recommendations > Settings > Store settings in the Kameleoon app. Contact your Customer Success Manager for the key if necessary.

items
string[]
required

IDs of the products to remove.

Response

Products removed. Verified against a live response on 2026-09-24: this endpoint returns an empty 204 response on success, not a JSON body — the {"status": "success"} shape only applies to the asynchronous webhook callback payload, if a webhook was provided.