ApiTool Templates
Delete a tool template
Delete a tool template. Note that agents using this tool will continue to work as tools are stored as objects in the agent configuration, not as references.
Delete a tool template. Note that agents using this tool will continue to work as tools are stored as objects in the agent configuration, not as references.
Authorization
BearerAuth AuthorizationBearer <token>
API key authentication. Get your key from the dashboard.
In: header
Path Parameters
id*string
Tool template UUID
Format
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/tool-templates/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"success": true
}{
"error": "Invalid API key",
"message": "string"
}{
"error": "Invalid API key",
"message": "string"
}