Delete Tool
/v1/tools/{tool_id}
Delete a tool by name
Path Parameters
Delete Tool
curl https://api.letta.com/v1/tools/$TOOL_ID \
-X DELETE \
-H "Authorization: Bearer $LETTA_API_KEY"
{}Returns Examples
{}Delete a tool by name
curl https://api.letta.com/v1/tools/$TOOL_ID \
-X DELETE \
-H "Authorization: Bearer $LETTA_API_KEY"
{}{}