kb
Batch Delete Collections Api
Delete multiple collections in one request.
For each name, runs the same pipeline as single delete (permissions, physical trash, LanceDB, UploadedFile cleanup). Per-item failures are collected in failed; they do not roll back earlier successful deletions in the batch. LanceDB removal uses delete_collection with tenant-aware user_id and is_admin filtering. Returns deleted and failed name lists.
post/api/kb/collections/batch-delete
Request body
Response
Successful Response
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○