Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
tools
/
{toolId}
Delete Tool
curl --request DELETE \
  --url https://api.pathors.com/v1/projects/{projectId}/tools/{toolId} \
  --header 'Authorization: <authorization>'

Request

DELETE https://api.pathors.com/v1/projects/{projectId}/tools/{toolId}

Path Parameters

projectId
string
required
The project ID
toolId
string
required
The tool ID

Headers

Authorization
string
required
Bearer token using your developer key

Response

{
  "message": "Tool deleted"
}
Removing a tool does not automatically unbind it from nodes. Make sure to update any nodes that reference this tool ID.