DELETE
/
public
/
v1
/
catalog-search-service
/
catalogs
/
products
curl --request DELETE \
  --url https://api.topsort.com/public/v1/catalog-search-service/catalogs/products \
  --header 'Content-Type: application/json' \
  --data '{
  "ids": [
    "9UrUtEsUzLGL",
    "zhhGqczsuGHx"
  ]
}'
This response does not have an example.

Body

application/json
ids
string[]
required

The IDs of the products to delete. Deleted products will be removed from active campaigns.

Example:
["9UrUtEsUzLGL", "zhhGqczsuGHx"]

Response

204
_mintlify/placeholder

Successful Response