qiskit.providers.ibmq.runtime.IBMRuntimeService.delete_program¶ IBMRuntimeService.delete_program(program_id)[ソース]¶ Delete a runtime program. パラメータ program_id (str) – Program ID. 例外 RuntimeProgramNotFound – If the program doesn’t exist. QiskitRuntimeError – If the request failed. 戻り値の型 None