-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant purge a dataset #59
Comments
@bunnis are you reading the docs for the correct version of ckan? The dataset_purge API was added quite recently |
@wardi Yes. Im using ckan 2.4.1 and using this link http://docs.ckan.org/en/latest/api/ |
package_purge exists only in the latest development version, not 2.4.x |
I was able to purge a data set with this command:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I cant seem to use dataset_purge (as stated in the API) but i can delete. Am I missing something_
ckan.action.dataset_purge(id='s1a_iw_grdh_1sdv_20141205t060219_20141205t060244_003580_00439e_129b')
ckanapi.errors.CKANAPIError: ['IP:5000/api/action/dataset_purge', 400, u'"Bad request - Action name not known: dataset_purge"']
ckan.action.package_delete(id='s1a_iw_grdh_1sdv_20141205t060219_20141205t060244_003580_00439e_129b')
No Erros
The text was updated successfully, but these errors were encountered: