Skip to content

Instantly share code, notes, and snippets.

@kyyberi
Created November 9, 2017 20:18
Show Gist options
  • Save kyyberi/df78ac179e0120e3043adf561d5009ae to your computer and use it in GitHub Desktop.
Save kyyberi/df78ac179e0120e3043adf561d5009ae to your computer and use it in GitHub Desktop.
curl -X POST \
https://kokeilu.apinf.io:3002/avoindatabeta/package_delete \
-H 'authorization: CKAN-API-key' \
-H 'x-api-key: APInf-Platform-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