Delete computer using command/API

I would like to remove servers from Bigfix database using command/API on Bigfix console. Is there a way that we can achieve this scenario?

Yes, you send “DELETE” to bigfixhost:port/api/computer/{ComputerID} (just specify the computer ID). documentation here

1 Like