{ "operationId": "delete_collection", "method": "DELETE", "path": "/collections/{collection_name}", "summary": "Delete a collection", "requestExamples": [], "responseExamples": [ { "status": "401", "contentType": "application/json", "name": "unauthorized", "example": { "error": { "code": "UNAUTHENTICATED", "message": "Invalid API key." }, "status": 401 } }, { "status": "404", "contentType": "application/json", "name": "collection-not-found", "example": { "error": { "code": "NOT_FOUND", "message": "Collection example-collection not found." }, "status": 404 } }, { "status": "500", "contentType": "application/json", "name": "internal-server-error", "example": { "error": { "code": "UNKNOWN", "message": "Internal server error" }, "status": 500 } } ] }