sci-ndp / scidx-api

sciDX API
Apache License 2.0
1 stars 2 forks source link

[Feature] Implement DELETE dataset (in general) #54

Closed rbardaji closed 3 months ago

rbardaji commented 3 months ago

Description

We need to implement the DELETE method in our API to remove a dataset of a CKAN dataset. This will allow us to delete the existing datasets (s3, url or token datasets) associated with a dataset.

Expected Behavior

The API should support the DELETE method to permanently delete the dataset of an existing dataset from the CKAN instance.

Actual Behavior

API does not support deleting a dataset using the DELETE method.

rbardaji commented 3 months ago

scidx-api: Implement DELETE dataset #54