Unable to Delete the Password from TextBox using python in appium

Hi Team,
I am trying to delete password use textbox using this command self.driver.find_element_by_name(‘AIDentry’).send_keys(“User@1234”) but it is not working in appium 1.4.16.1, any can help me to resovlve this issue , how to do that