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