client.jobs.delete_runs

A method of the Jobs endpoint.

delete_runs(id: int, run_id: int) Response

Cancel a run

API URL: DELETE /jobs/{id}/runs/{run_id}

import civis
client = civis.APIClient()
response = client.jobs.delete_runs(...)
Parameters:
idint

The ID of the Job.

run_idint

The ID of the Run.

Returns:
None

Response code 202: success