Question
Fortimanager - Delete device using CLI
Just want to share how to delete FMG device using CLI. This might be useful, like when you hide unathorized device.
all the commands below are executed from FMG's CLI
1. list your devices using CLI
diag dvm device list
2. delete your device
diag dvm device delete <name of your device -- you got this from #1 above>
hope this might be useful.
