Webapi - Deleting a maintenance plan

Webapi - Deleting a maintenance plan

This method allows you to delete a maintenance plan.

 The method to be used when deleting a maintenance plan is:
 
DELETE  url/api/mytenant/myorganization/maintenancecore/maintenanceplans/{{maintenanceplanKey}}

 The parameters being replaced on the method are:
  1. maintenanceplanKey: key of the maintenance plan you wish to delete.
 
When this method is executed successfully, it returns HttpStatusCode.204.


 



    • Related Articles

    • Webapi - Creating a maintenance plan

      This method allows to create a maintenance plan in a simplified manner.  The method to be used when creating a maintenance plan is:   POST url/api/mytenant/myorganization/maintenancecore/maintenanceplans  Json example for creating a maintenance plan: ...
    • WebAPI – How do I create work orders?

      This method offers a simple way of creating a Work Order for a specific Asset, Location, Tool or Route. The method to be used to create a work order is: POST /api/mytenant/myorganization/maintenance/workorders/newWorkOrderInfo Json example to create ...
    • WebAPI – How do I update the task verification record?

      This method allows you to change the task verification record of a work order. The method to be used for changing the work order task verification record is: POST /api/mytenant/myorganization/maintenance/ ...
    • WebAPI – How do I update the material consumption report?

       This method allows to change a material consumption. The method to be used when changing the work order material consumption ...
    • WebAPI – How to update the misc costs report?

      This method allows you to change the misc cost of a work order. The method to be used for changing one other cost is: POST /api/mytenant/myorganization/maintenance/workorderreportmisccosts / ...