efa inventory device snmp host
            delete
    
    Deletes an SNMP v2c or v3
        host.
        Syntax
            
                efa inventory device snmp
                    host delete 
                [--ip
                    device-ip | --host-ip
                    {
                    IPv4 | FQDN
                    } | --community
                    community | --user
                    username
                
                
                    ]
            
        
        Parameters
            
                
                    - --ip
                            device-ip
                    
- Specifies a comma-separated
                        range of device IP addresses. Example:
                            10.1.1.13,10.1.1.50,10.1.1.101.
- --host-ip
                            {
                            IPv4 |
                                FQDN
                            }
                    
- Specifies an SNMP host
                        address.
- --community
                            community
                    
- Specifies an SNMP community.
                        Applicable for v2c only.
- --user
                            username
                    
- Specifies an SNMP v3
                        user.
Examples
            
                efa inventory device snmp host delete 
-–host-ip 20.20.20.2 -–community tempv2community –-ip 10.20.246.10 
            
            
                efa inventory device snmp host delete 
-–host-ip 30.30.30.2 –-user v3user –-ip 10.20.246.10