Authorizations
A valid API key generated in Topsort's UI.
Body
application/json
The IDs of the categories to delete.
Minimum length:
1
Example:
["bneEmHKG2yUe"]
Response
Successful Response
curl --request DELETE \
--url https://api.topsort.com/public/v1/catalog-search-service/catalogs/categories \
--header 'Authorization: Bearer <token>' \
--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 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"bneEmHKG2yUe"
]
}'
This response does not have an example.
A valid API key generated in Topsort's UI.
The IDs of the categories to delete.
1
["bneEmHKG2yUe"]
Successful Response
Was this page helpful?