Created
November 9, 2017 20:18
-
-
Save kyyberi/df78ac179e0120e3043adf561d5009ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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