QiskitRuntimeService.delete_program¶ QiskitRuntimeService.delete_program(program_id)[source]¶ Delete a runtime program. Parameters: program_id (str) – Program ID. Raises: RuntimeProgramNotFound – If the program doesn’t exist. IBMRuntimeError – If the request failed. Return type: None