Delete Job

job_deleted = hc.delete_job("")

Result:

This method returns a Boolean value to represent whether this operation is successful.

Parameter description:

ParametersDescriptionRequired
job_ids (list[str])Job ID list to be deletedYes
Table 95 Delete Job (Python API)