DELETE
/
public
/
v1
/
catalog-search-service
/
catalogs
/
vendors
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.

Body

application/json
ids
string[]
required

The IDs of the vendors to delete.

Example:
["XljzxWf8sfqF", "eBbIYS16vZV3"]

Response

204
_mintlify/placeholder

Successful Response