client.scripts.delete_sql_runs

A method of the Scripts endpoint.

delete_sql_runs(id: int, run_id: int) Response

Cancel a run

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

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

The ID of the SQL job.

run_idint

The ID of the run.

Returns:
None

Response code 202: success