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

Open in Claude
Open in ChatGPT

Delete Tool

delete/v1/tools/{tool_id}

Delete a tool by name

Path ParametersExpand Collapse
tool_id: string

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

minLength41
maxLength41
Delete Tool
curl https://api.letta.com/v1/tools/$TOOL_ID \
    -X DELETE \
    -H "Authorization: Bearer $LETTA_API_KEY"
{}
Returns Examples
{}