Webapi - Deleting an equipment

Webapi - Deleting an equipment

This method allows you to delete an equipment.
 The method to be used when deleting an equipment is:
 
DELETE  url/api/mytenant/myorganization/assetmanagementcore/equipmentItems/{{companyKey}}/{{equipmentKey}}
 
The parameters being replaced on the method are:
  1. companyKey: company key.
  2. equipmentKey: key of the equipment you wish to delete.
 
When this method is executed successfully, it returns HttpStatusCode.204.
 


    • Related Articles

    • WebAPI - Creating an equipment

      This method allows to create an equipment in a simplified manner. The method to be used when creating an equipment: POST url/api/mytenant/myorganization/assetmanagementcore/equipmentItems Json example for creating an equipment: 1.       { ...
    • 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: ...
    • WebAPI - How to get the equipment an employee has access to?

      The method returns the equipment list and the access level the employee has access to.  The method to be used to get the equipment list and the access level the employee has access to is: GET ...
    • WebAPI - Deleting a brand

      This method allows you to delete a brand. The method to be used when deleting a brand is:  DELETE  url/api/mytenant/myorganization/businesscore/brands/{{brandKey}}  The parameters being replaced on the method are: {{brandKey}}: key of the brand you ...
    • 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 ...