QiskitRuntimeService.delete_job¶ QiskitRuntimeService.delete_job(job_id)[source]¶ Delete a runtime job. Note that this operation cannot be reversed. Parameters: job_id (str) – ID of the job to delete. Raises: RuntimeJobNotFound – If the job doesn’t exist. IBMRuntimeError – If the request failed. Return type: None