Collections
Delete an item from a Collection
Authorization
API Key x-api-key<token>
Authenticate using API Key in request header
In: header
Query Parameters
collectionName*string
The name/path of the collection. Must use only letters, digits, underscores, and dots. Each segment must start with a letter or underscore.
collectionItemID*string
The unique identifier of the item to delete
Response Body
curl -X DELETE "https://api.bem.ai/v2/collections/items?collectionName=product_catalog&collectionItemID=clitm_2N6gH8ZKCmvb6BnFcGqhKJ98VzP"Empty
Empty