Skip to content
  • Auto
  • Light
  • Dark
DiscordForumGitHubSign up
View as Markdown
Copy Markdown

Open in Claude
Open in ChatGPT

Reset Group Messages

groups.messages.reset(strgroup_id) -> object
patch/v1/groups/{group_id}/reset-messages

Delete the group messages for all agents that are part of the multi-agent group.

ParametersExpand Collapse
group_id: str

The ID of the group in the format 'group-'

minLength42
maxLength42
ReturnsExpand Collapse
object
Reset Group Messages
from letta_client import Letta

client = Letta(
    api_key="My API Key",
)
response = client.groups.messages.reset(
    "group-123e4567-e89b-42d3-8456-426614174000",
)
print(response)
{}
Returns Examples
{}