Delete an Export
Use the delete export request to remove an existing export from the system.
Note
Deleting an export from the system will not delete the exported data from wherever the data was downloaded to once made available.
Deleting an export will not remove the original data from the system.
Warning
Deleting an export from the system can not be undone. In the case that you want to restart a deleted export, a new export would need to be created to replace the deleted one - see Create a New Export.
Endpoint
Method: DELETE
URL: /export/delete/{exportID}
Path Parameter
Parameter Name | Data Type | Description | Required/Optional |
---|---|---|---|
| String | The ID of the Export to delete. | Required |
Response and Error Code
Response Code | Condition |
---|---|
204 | No Content |
The above "204 No Content" response means that the export has been deleted, you can always use the search exports request and review the list of exports
matching a requester ID, export name, and/or requested date range to confirm that the export has been deleted.