Webapi - Deleting a failure
This
method allows you to delete a failure.
The method
to be used when deleting a failure is:
DELETE
url/api/mytenant/myorganization/maintenance/failures/{{companyKey}}/{{failureKey}}
The
parameters being replaced on the method are:
- companyKey:
company key.
- failureKey: The key of the
failure you wish to delete.
When this
method is executed successfully, it returns HttpStatusCode.204.
Related Articles
Webapi - Deleting a failure action
This method allows to delete a failure action in a simplified manner. The method to be used when deleting a failure action is: DELETE url/api/mytenant/myorganization/maintenance/failureactions/{{failureActionKey}} The parameters being replaced on ...
Webapi - Deleting a failure symptom
This method allows to delete a failure symptom in a simplified manner. The method to be used when deleting a failure symptom is: DELETE url/api/mytenant/myorganization/maintenancecore/failuresymptoms/{{failureSymptomKey}} The parameters being ...
Webapi - Deleting a failure cause
This method allows to delete a failure cause in a simplified manner. The method to be used when deleting a failure cause is: DELETE url/api/mytenant/myorganization/maintenancecore/failurecauses/{{failureCauseKey}} The parameters being replaced ...
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 ...