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 on the method are:
- failureCauseKey: The key of
the failure cause wish to delete.
When this
method is executed successfully, it returns HttpStatusCode.204.
Related Articles
WebAPI - Creating a failure cause
This method allows to create a failure cause in a simplified manner. The method to be used when creating a failure cause: POST url/api/mytenant/myorganization/maintenancecore/failurecauses Json example for creating a failure cause: 1. { ...
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: ...
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 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: ...