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
| Key | Datatype | Required | Description |
|---|---|---|---|
export_id | string | Get all results from a previously created asynchronous search (only use either export_id or Job_uuid) | |
job_uuid | string | Get all results from a previously created asynchronous search (only use either export_id or Job_uuid) |