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

Open in Claude
Open in ChatGPT

Detach Identity From Agent

patch/v1/agents/{agent_id}/identities/detach/{identity_id}

Detach an identity from an agent.

Path ParametersExpand Collapse
agent_id: string

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

minLength42
maxLength42
identity_id: string
Detach Identity From Agent
curl https://api.letta.com/v1/agents/$AGENT_ID/identities/detach/$IDENTITY_ID \
    -X PATCH \
    -H "Authorization: Bearer $LETTA_API_KEY"
{}
Returns Examples
{}