Webapi - Deleting a failure symptom

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 replaced on the method are:
  1. failureSymptomKey: The key of the failure symptom to delete.
 
When this method is executed successfully, it returns HttpStatusCode.204.



    • Related Articles

    • Webapi - Creating a failure symptom

      This method allows to create a failure symptom in a simplified manner.  The method to be used when creating a failure symptom is:   POST url/api/mytenant/myorganization/maintenancecore/failuresymptoms  Json example for creating a failure symptom: { ...
    • 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 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: ...