To delete a scope from the DHCP server. Syntax: delete scope Parameters: ScopeAddress - Specifies the address of the scope ...

To delete a scope from the DHCP server. 
 
Syntax: 
 
          delete scope   
 
Parameters: 
 
        ScopeAddress   - Specifies the address of the scope to be 
                         deleted.  
 
        ForceFlag      - Can be either DHCPNOFORCE or DHCPFULLFORCE 
                         DHCPNOFORCE will delete the scope only if 
                         there are no active clients in the scope. 
 
Notes:         All parameters are required. 
 
Example:       delete scope 3ffe:: dhcpfullforce 
 
               This command forces the deletion of the scope 3ffe:: 
               from the DHCP server ignoring all warnings.