Skip to content
Get started

Delete a tool

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

Deletes a tool in the tool set

ParametersExpand Collapse
--tool-set-id: string
--id: string

Delete a tool

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