API
Delete Vendors
DELETE
/v1/catalog-search-service/catalogs/vendors
Delete vendors by ID.
This function won’t error out when trying to delete vendors that don’t exist.
Authentication
Topsort’s APIs are authenticated via bearer tokens. Requests must include an authorization header containing your private API key.
Don't have an API key yet? Learn how to generate one.
Authorization
required
string
The header containing a private API key. Format this header as follows:
Authorization: Bearer <YOUR-API-KEY>
Request Body
application/json
object
ids
required
The IDs of the vendors to delete.
Array<string>
Responses
Successful Response
Validation Error
application/json
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string