WebAPI - Deleting a type of task verification

WebAPI - Deleting a type of task verification

This method allows you to delete a task verification type.

 

The method to be used to delete a type of task verification is: 

DELETE  url/api/mytenant/myorganization/maintenancecore/verificationtypes/{{verificationTypeKey}}

 The parameters being replaced on the method are:

  1. verificationTypeKey: key of the verification type you wish to delete.

 

When this method is executed successfully, it returns HttpStatusCode.204.




    • Related Articles

    • 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 - Creating a type of task verification

      This method allows to create a type of task verification in a simplified manner.  The method to be used when creating a type of task verification is:   POST url/api/mytenant/myorganization/maintenancecore/verificationtypes  Json example for creating ...
    • Webapi - Deleting a task

      This method allows you to delete a task. The method to be used when deleting a task is: DELETE  url/api/mytenant/myorganization/maintenancecore/activities/{{taskKey}} The parameters being replaced on the method are: taskKey: key of the task you wish ...
    • Webapi - How to create a part of the service type?

      This method allows to create a part of the service type in a simplified manner. The method to be used to create a part of the service type is: POST url/api/mytenant/myorganization/businesscore/parts Json example to create a part of the service type: ...
    • WebAPI - Deleting a requisition type

      This method allows you to delete a requisition type. The method to be used when deleting a requisition type is: DELETE url/api/mytenant/myorganization/requisitionscore/requisitiontypes/{{requisitionTypeKey}} The parameters being replaced on the ...