Skip to content

Instantly share code, notes, and snippets.

@kyyberi
Created November 10, 2017 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyyberi/8ed371cf17c0c90c3335fe6bfe5c9e77 to your computer and use it in GitHub Desktop.
Save kyyberi/8ed371cf17c0c90c3335fe6bfe5c9e77 to your computer and use it in GitHub Desktop.
curl -X POST \
https://beta.avoindata.fi/data/api/action/package_delete \
-H 'authorization: CKAN-API-Key' \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-d '{
"id": "name of the dataset"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment