client.scripts.delete_custom_runs

A method of the Scripts endpoint.

delete_custom_runs(id: int, run_id: int) Response

Cancel a run

API URL: DELETE /scripts/custom/{id}/runs/{run_id}

import civis
client = civis.APIClient()
response = client.scripts.delete_custom_runs(...)
Parameters:
idint

The ID of the Custom job.

run_idint

The ID of the run.

Returns:
None

Response code 202: success