Skip to content

Delete Collection

DELETE
/api/v3/organizations/{organisation}/ai/vector-db/collections/{collectionId}

Deletes a vector database collection and all its documents. This action cannot be undone.

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

collectionId
required
string format: uuid

The collection ID

Responses

200

Collection deleted successfully

object
success
boolean
true
message
string
Collection deleted successfully

403

Access denied

404

Collection not found

500

Failed to delete collection