WebAPI - Deleting a meter
This method allows you to delete a meter.
The method to be used when deleting a meter:
DELETE url/api/mytenant/myorganization/assetmanagement/meters/{{companyKey}}/{{meterKey}}
The parameters being replaced on the method are:
- companyKey: company key.
- meterKey: key of the meter you wish to delete.
When this method is executed successfully, it returns HttpStatusCode.204.
Related Articles
WebAPI - Deleting a requisition
This method allows you to delete a requisition. The method to be used when deleting a requisition is: DELETE url/api/mytenant/myorganization/requisitions/requisitions/{{company}}/{{requisitionKey}} The parameters being replaced on the method are: ...
WebAPI - Deleting a brand
This method allows you to delete a brand. The method to be used when deleting a brand is: DELETE url/api/mytenant/myorganization/businesscore/brands/{{brandKey}} The parameters being replaced on the method are: {{brandKey}}: key of the brand you ...
WebAPI - Deleting the request
This method allows you to delete a request. The method to be used when deleting a request: DELETE url/api/mytenant/myorganization/requests/requests/{{companyKey}}/{{RequestKey}} The parameters being replaced on the method are: companyKey: company ...
WebAPI - Deleting a location
This method allows you to delete a location. The method to be used when deleting a location is: DELETE url/api/mytenant/myorganization/assetmanagementcore/locations/{{companyKey}}/{{locationKey}} The parameters being replaced on the method are: ...
WebAPI - Deleting a tool
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: ...