## Delete a tool `$ cadenya tool-sets:tools delete` **delete** `/v1/tool_sets/{toolSetId}/tools/{id}` Deletes a tool in the tool set ### Parameters - `--tool-set-id: string` - `--id: string` ### Example ```cli cadenya tool-sets:tools delete \ --api-key 'My API Key' \ --tool-set-id toolSetId \ --id id ```