curl --request DELETE \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/categories \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"bneEmHKG2yUe"
]
}'
This response does not have an example.
Delete one or more categories from the catalog.
curl --request DELETE \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/categories \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"bneEmHKG2yUe"
]
}'
This response does not have an example.
Successful Response