Delete Collection
Collections
Delete Collection
Delete an API collection (admin only)
DELETE
Delete Collection
Authentication
Bearer token:
Bearer <admin_token>This endpoint requires admin privileges.
Path Parameters
Collection ID (UUID)
Example Request
Response
What Happens
- Collection Deleted - Removed from database
- Access Removed - All client access grants deleted (cascade)
- Vector Deleted - Embedding removed from Vector_Collections
- Cache Invalidated - All related caches cleared
Errors
| Status | Description |
|---|---|
| 401 | Invalid or expired token |
| 403 | Admin access required |
| 404 | Collection not found |

