# Remove hardware item from department **DELETE /data/departments/{department_id}/hardware-items/{hardware_item_id}** Remove a hardware item from a specific department. This disassociates the hardware from the department. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **department_id** () Unique identifier of the department - **hardware_item_id** () Unique identifier of the hardware item to remove ## Responses ### 204: Hardware item successfully removed from department [Powered by Bump.sh](https://bump.sh)