Skip to content
Get started

Delete a tool set

tool_sets.delete(id, **kwargs) -> void
DELETE/v1/workspaces/{workspaceId}/tool_sets/{id}

Deletes a tool set in the workspace

ParametersExpand Collapse
workspace_id: String
id: String

Delete a tool set

require "cadenya"

cadenya = Cadenya::Client.new(api_key: "My API Key")

result = cadenya.tool_sets.delete("id", workspace_id: "workspaceId")

puts(result)
Returns Examples