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
      • GETGet Entity Types
      • PUTSet Entity Types
      • POSTAdd Data
      • POSTAdd Data in batch mode
      • POSTAdd Fact Triple
      • POSTClone graph
      • POSTSearch Graph
        • POSTGet Group Edges
        • POSTGet User Edges
        • GETGet Edge
        • DELDelete Edge
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
SDK ReferenceGraphEdge

Delete Edge

DELETE
https://api.getzep.com/api/v2/graph/edge/:uuid
DELETE
/api/v2/graph/edge/:uuid
1from zep_cloud import Zep
2
3client = Zep(
4 api_key="YOUR_API_KEY",
5)
6client.graph.edge.delete(
7 uuid_="uuid",
8)
1{
2 "message": "string"
3}
Deletes an edge by UUID.
Was this page helpful?
Previous

Get Group Episodes

Next
Built with

Path parameters

uuidstringRequired
Edge UUID

Response

Edge deleted
messagestring

Errors

400
Bad Request Error
500
Internal Server Error