search_tools
Delete Search Tool
Delete a search tool.
Example Request:
curl -X DELETE "http://localhost:4000/search_tools/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer <your_api_key>"
Example Response:
{
"message": "Search tool 123e4567-e89b-12d3-a456-426614174000 deleted successfully",
"search_tool_name": "litellm-search"
}
delete/search_tools/{search_tool_id}
Path parameters
search_tool_idstring required
Response
Successful Response
{"stackTrail":"paths:/search_tools/{search_tool_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 2 of the 42 revisions of this API.6
- ○
api tag
search_toolsaddedapi-tag-added
- ○
api tag
Search Toolsremovedapi-tag-removed
- ○
- ○
api tag
Search Toolsaddedapi-tag-added
- ○
api tag
search_toolsremovedapi-tag-removed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○