curl --request DELETE \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/products \
--header 'Authorization: Bearer <token>' \
--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 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"9UrUtEsUzLGL",
"zhhGqczsuGHx"
]
}'
This response does not have an example.
A valid API key generated in Topsort's UI.
Successful Response