WebAPI - Deleting a monitoring
This method allows you to delete a monitoring.
The method to be used when deleting a monitoring:
DELETE url/api/mytenant/myorganization/assetmanagement/monitorings/{{companyKey}}/{{monitoringKey}}
The parameters being replaced on the method are:
i. companyKey: company key.
ii. monitoringKey: monitoring key 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 - Creating a Monitoring
This method allows to create a monitoring in a simplified manner. The method to be used when creating a monitoring: POST url/api/mytenant/myorganization/assetmanagementcore/monitorings Json example for creating a monitoring: { ...
WebAPI - Creating a monitoring value
This method allows to create a monitoring value in a simplified manner. The method to be used when creating a monitoring value: POST url/api/mytenant/myorganization/assetmanagement/monitoringvalues Json example for creating a monitoring value: 1. ...
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 ...