Skip to content
Get started

Delete a tool

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

Deletes a tool in the tool set

ParametersExpand Collapse
--workspace-id: string

Workspace ID.

--tool-set-id: string

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

--id: string

Tool ID. Accepts the canonical tool_… form or the external_id: form.

Delete a tool

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