Delete a collection
DELETE/v1/projects/:project_id/knowledge/collections/:collection_id
Deletes an empty collection. Returns 409 if the collection still has documents (delete them first).
Request
Responses
- 204
- 401
- 404
- 409
Collection deleted.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The request conflicts with the resource's current state.