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