Skip to content
Get started

Delete a tool set

DELETE/v1/tool_sets/{id}

Deletes a tool set in the workspace

Path ParametersExpand Collapse
id: string

Delete a tool set

curl https://api.cadenya.com/v1/tool_sets/$ID \
    -X DELETE \
    -H "Authorization: Bearer $CADENYA_API_KEY"
Returns Examples