IBMExperimentService.delete_account¶ static IBMExperimentService.delete_account(name=None)[source]¶ Delete a saved account from disk. Parameters: name (Optional[str]) – Name of the saved account to delete. Return type: bool Returns: True if the account was deleted. False if no account was found.