Hey Nation!
Im looking into writing a script that will delete computers from JSS as an employee gets term and the laptop is returned to inventory. The command I have so far and seems to work, but I wanted to get your guys opinions on this, is as follows:
curl -X DELETE -u username:password https://jss.url.com:8443/JSSResource/computers/id/computerID
Thank you!