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.
Delete products by ID.
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.
Successful Response