Kill Running Data Export

PUT https://{{API_URL}}/data_exports/kill?export_id=int32

Kill a running export by specifying the export ID or the export's job UUID.

Request Params

KeyDatatypeRequiredDescription
export_idstringGet all results from a previously created asynchronous search (only use either export_id or Job_uuid)
job_uuidstringGet all results from a previously created asynchronous search (only use either export_id or Job_uuid)