Skip to content
Get started

Delete a tool set

$ cadenya tool-sets delete
DELETE/v1/workspaces/{workspaceId}/tool_sets/{id}

Deletes a tool set in the workspace

ParametersExpand Collapse
--workspace-id: string

Workspace ID.

--id: string

Tool set ID. Accepts the canonical ts_… form or the external_id: form.

Delete a tool set

cadenya tool-sets delete \
  --api-key 'My API Key' \
  --workspace-id workspaceId \
  --id id
Returns Examples