IBMExperimentService.delete_experiment#

IBMExperimentService.delete_experiment(experiment_id)[source]#

Delete an experiment.

Parameters:

experiment_id (str) – Experiment ID.

Return type:

None

Note

This method prompts for confirmation and requires a response before proceeding.

Raises:

IBMApiError – If the request to the server failed.