Delete a Bucket
Hand off to an LLM
Authorization
API Key x-api-key<token>
Authenticate using API Key in request header
In: header
Path Parameters
bucketID*string
Bucket public ID (bkt_...).
Query Parameters
cascade?boolean
When true, delete the bucket even if it still contains entities
(the entities are removed along with it). When omitted or false, the
request is rejected with 409 Conflict if the bucket is non-empty.
The default bucket can never be deleted regardless of this flag.
Response Body
curl -X DELETE "https://api.bem.ai/v3/buckets/string"Empty