client.scripts.delete_python3_runs
A method of the Scripts endpoint.
- delete_python3_runs(id: int, run_id: int) Response
Cancel a run
API URL:
DELETE /scripts/python3/{id}/runs/{run_id}import civis client = civis.APIClient() response = client.scripts.delete_python3_runs(...)
- Parameters:
- idint
The ID of the Python job.
- run_idint
The ID of the run.
- Returns:
- None
Response code 202: success