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
      • POSTCreate Group
      • GETGet All Groups
      • GETGet Group
      • DELDelete Group
      • PATCHUpdate Group
LogoLogo
PlaygroundDiscordStatusDashboardSign Up >
SDK ReferenceGroup

Delete Group

DELETE
https://api.getzep.com/api/v2/groups/:groupId
DELETE
/api/v2/groups/:groupId
$curl -X DELETE https://api.getzep.com/api/v2/groups/groupId \
> -H "Authorization: <apiKey>"
1{
2 "message": "string"
3}
Deletes a group.
Was this page helpful?
Previous

Update Group

Next
Built with

Path parameters

groupIdstringRequired
Group ID

Response

Deleted
messagestring

Errors

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