delete_user#
- static geetools.ee_authenticate.AuthenticateAccessor.delete_user(name='', credential_pathname='')#
Delete a user credential file.
- Parameters:
- Return type:
None
Example
import ee import geetools # cannot be displayed in the documentation as the creation # of a new user requires user interaction ee.Authenticate.geetools.new_user("secondary") ee.Authenticate.geetools.delete_user("secondary")