qiskit.providers.ibmq.runtime.IBMRuntimeService.delete_program¶ IBMRuntimeService.delete_program(program_id)[source]¶ Delete a runtime program. Parameters program_id (str) – Program ID. Raises RuntimeProgramNotFound – If the program doesn’t exist. QiskitRuntimeError – If the request failed. Return type None