Delete User

user_deleted = hc.delete_user("user_name")

Result:

This method returns a Boolean value to represent whether this operation is successful. If the error pops up when deleting user, “ValueError” exception will be raised.

Parameter description:

ParametersDescriptionRequired
user_name (str)Username to be deletedYes
Table 87 Delete User (Python API)