You can delete a specified IP address, or all IP addresses, from an interface. 
  
 
	 Procedure
- 
				From privileged EXEC mode,
					access global configuration mode. 
				
					device# configure terminal
 
 
-  
		  Access the interface from which you are deleting the IP address. 
		   
		   
			 device(config)# interface ethernet 1/5
 
 
- 
				To delete a specific IP address
					from the interface, run the no ip address command with the IP
					address and the mask. 
				
					device(config-if-eth-1/5)# no ip address 10.53.5.3/24
 
 
- 
				To delete all IP addresses from
					the interface, run the no ip address command.
				
					device(config-if-eth-1/5)# no ip address