Overview
Thedelete_tool function permanently deletes an AI tool from the system.
Function Signature
Parameters
The unique identifier of the tool to delete
Return Value
ReturnsResult<()> indicating success or failure.
Basic Usage
Error Handling
Important Notes
- This operation is irreversible
- Tools currently in use by agents or workflows cannot be deleted
- You must have appropriate permissions to delete tools
Rate Limits
- Delete operations: 20 requests per minute
- Burst limit: 5 requests per second
Related Functions
- fetch_tool - Get tool by ID
- update_tool - Update tool configuration
- create_tool - Create a new tool
