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