cURL
curl --request DELETE \ --url https://api.pathors.com/v1/projects/{projectId}/tools/{toolId} \ --header 'Authorization: <authorization>'
Delete a tool
DELETE https://api.pathors.com/v1/projects/{projectId}/tools/{toolId}
{ "message": "Tool deleted" }