client.exports.delete_files_csv_runs
A method of the Exports endpoint.
- delete_files_csv_runs(id: int, run_id: int) Response
Cancel a run
API URL:
DELETE /exports/files/csv/{id}/runs/{run_id}import civis client = civis.APIClient() response = client.exports.delete_files_csv_runs(...)
- Parameters:
- idint
The ID of the CSV Export job.
- run_idint
The ID of the run.
- Returns:
- None
Response code 202: success