Skip to main content
DELETE
Delete Collection

Authentication

string
required
Bearer token: Bearer <admin_token>
This endpoint requires admin privileges.

Path Parameters

string
required
Collection ID (UUID)

Example Request

Response

What Happens

  1. Collection Deleted - Removed from database
  2. Access Removed - All client access grants deleted (cascade)
  3. Vector Deleted - Embedding removed from Vector_Collections
  4. Cache Invalidated - All related caches cleared
This action is irreversible. All client access will be revoked.

Errors