Skip to content
Letta Platform Letta Platform Letta Docs
Sign up

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
{}