client.imports.delete_files_runs

A method of the Imports endpoint.

delete_files_runs(id: int, run_id: int) Response

Cancel a run

API URL: DELETE /imports/files/{id}/runs/{run_id}

import civis
client = civis.APIClient()
response = client.imports.delete_files_runs(...)
Parameters:
idint

The ID of the Import job.

run_idint

The ID of the run.

Returns:
None

Response code 202: success