Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

ExperimentData.delete_analysis_result

ExperimentData.delete_analysis_result(result_key)[source]

Delete the analysis result.

Parameters:

result_key (Union[int, str]) – ID or index of the analysis result to be deleted.

Return type:

str

Returns:

Analysis result ID.

Raises:

ExperimentEntryNotFound – If analysis result not found.