Collections

Delete a Collection

DELETE
/v2/collections
x-api-key<token>

Authenticate using API Key in request header

In: header

Query Parameters

collectionName*string

The name/path of the collection to delete. Must use only letters, digits, underscores, and dots. Each segment must start with a letter or underscore.

Response Body

curl -X DELETE "https://api.bem.ai/v2/collections?collectionName=product_catalog"
Empty
Empty