## Delete a tool set **delete** `/v1/tool_sets/{id}` Deletes a tool set in the workspace ### Path Parameters - `id: string` ### Example ```http curl https://api.cadenya.com/v1/tool_sets/$ID \ -X DELETE \ -H "Authorization: Bearer $CADENYA_API_KEY" ```