Delete Reference Dataset
DELETE/reference-datasets/:dataset_id
Delete a reference dataset and all its versions and storage files.
Warning: If this dataset has already been used as reference data in document processing workflows, deleting it will make it impossible to view the actual reference data behind downstream results. The results themselves are preserved, but the underlying reference data will no longer be available for inspection.
Parameters:
- dataset_id: UUID of the reference dataset to delete
Request
Responses
- 204
- 401
- 403
- 404
Reference dataset deleted successfully. Warning: downstream results referencing this dataset will lose access to the underlying reference data.
Unauthorized
Forbidden
Not Found