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.
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.