For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
PlaygroundDiscordStatusDashboardSign Up >
DocumentationSDK ReferenceGraphiti
DocumentationSDK ReferenceGraphiti
  • SDK Reference
        • GETGets a list of DocumentCollections
        • GETGets a DocumentCollection
        • POSTCreates a new DocumentCollection
        • DELDeletes a DocumentCollection
        • PATCHUpdates a DocumentCollection
        • POSTCreates Multiple Documents in a DocumentCollection
        • POSTBatch Deletes Documents from a DocumentCollection by UUID
        • POSTBatch Gets Documents from a DocumentCollection
        • PATCHBatch Updates Documents in a DocumentCollection
        • GETGets a Document from a DocumentCollection by UUID
        • DELDelete Document from a DocumentCollection by UUID
        • PATCHUpdates a Document
        • POSTSearches Documents in a DocumentCollection
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
SDK ReferenceDeprecatedDocument

Deletes a DocumentCollection

Deprecated
DELETE
https://api.getzep.com/api/v2/collections/:collectionName
DELETE
/api/v2/collections/:collectionName
$curl -X DELETE https://api.getzep.com/api/v2/collections/collectionName \
> -H "Authorization: <apiKey>"
1{
2 "message": "string"
3}
If a collection with the same name already exists, it will be overwritten.
Was this page helpful?
Previous

Updates a DocumentCollection

Next
Built with

Path parameters

collectionNamestringRequired
Name of the Document Collection

Response

OK
messagestring

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error