/workflows/:id/tools/:toolId
Remove a custom tool. By default this soft-disables it (is_active: false) so past calls stay in history; pass ?hard=true to permanently delete the row.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string (uuid) | Yes | Agent ID |
toolId | string (uuid) | Yes | Tool ID |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
hard | boolean | No | true permanently deletes the tool instead of disabling it |