A method of the Scripts endpoint.
Cancel a run
API URL: DELETE /scripts/r/{id}/runs/{run_id}
DELETE /scripts/r/{id}/runs/{run_id}
import civis client = civis.APIClient() response = client.scripts.delete_r_runs(...)
The ID of the R job.
The ID of the run.
Response code 202: success