To delete a scan with confirmation:
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Delete scan 10:
hostname (config) # fmps scan delete 10 hostname (config) # Delete scan 10? y
Save your changes:
hostname (config) # write memory
To delete a scan with no confirmation:
Enable the CLI configuration mode:
hostname > enable hostname # configure terminal
Delete scan 10:
hostname (config) # fmps scan delete 10 noconfirm
Save your changes:
hostname (config) # write memory