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:
Parameters | Description | Required |
---|---|---|
user_name (str) | Username to be deleted | Yes |