qiskit.providers.ibmq.experiment.IBMExperimentService.delete_experiment¶ IBMExperimentService.delete_experiment(experiment_id)[source]¶ Delete an experiment. Parameters experiment_id (str) – Experiment ID. Note This method prompts for confirmation and requires a response before proceeding. Raises IBMQApiError – If the request to the server failed. Return type None