Remove hardware item from department
Remove a hardware item from a specific department. This disassociates the hardware from the department.
DELETE
/data/departments/{department_id}/hardware-items/{hardware_item_id}
curl \
--request DELETE 'http://api.example.com/data/departments/a24a6ea4-ce75-4665-a070-57453082c25/hardware-items/b35b7fb5-df86-5776-b181-68564193d36' \
--header "Authorization: $API_KEY"