This method allows you to delete a tool.
The method to be used when deleting a tool is:
DELETE url/api/mytenant/myorganization/assetmanagementcore/equipmentItems/{{companyKey}}/{{toolKey}}
The parameters being replaced on the method are:
- companyKey: company key.
- locationKey: key of the tool you wish to delete.
When this method is executed successfully, it returns HttpStatusCode.204.