A method of the Jobs endpoint.
Cancel a run
API URL: DELETE /jobs/{id}/runs/{run_id}
DELETE /jobs/{id}/runs/{run_id}
import civis client = civis.APIClient() response = client.jobs.delete_runs(...)
The ID of the Job.
The ID of the Run.
Response code 202: success