Delete vendors by ID.
This function won’t error out when trying to delete vendors that don’t exist.
curl --request DELETE \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"XljzxWf8sfqF",
"eBbIYS16vZV3"
]
}'
This response does not have an example.
Successful Response
curl --request DELETE \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"XljzxWf8sfqF",
"eBbIYS16vZV3"
]
}'
This response does not have an example.
Delete vendors by ID.
This function won’t error out when trying to delete vendors that don’t exist.
curl --request DELETE \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"XljzxWf8sfqF",
"eBbIYS16vZV3"
]
}'
This response does not have an example.
Successful Response
curl --request DELETE \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/vendors \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"XljzxWf8sfqF",
"eBbIYS16vZV3"
]
}'
This response does not have an example.