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