Skip to content

Instantly share code, notes, and snippets.

@jdiez17
Created April 12, 2014 15:08
Show Gist options
  • Save jdiez17/10540303 to your computer and use it in GitHub Desktop.
Save jdiez17/10540303 to your computer and use it in GitHub Desktop.
$ curl -X DELETE https://mediacru.sh/api/v2/hash1,hash2,hash3
[
{"success": true, "hash": hash1},
{"success": false, "error": 404, "hash": hash2},
{"success": false, "error": 403, "hash": hash3}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment