Created
November 10, 2017 06:48
-
-
Save kyyberi/8ed371cf17c0c90c3335fe6bfe5c9e77 to your computer and use it in GitHub Desktop.
This file contains 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://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