Created
September 1, 2015 00:16
-
-
Save boomtrain-support/b5ae365d15fe008de9da to your computer and use it in GitHub Desktop.
DELETE /resources/:model/:id - Delete an existing Resource with the specified model type by ID using cURL
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 -u {username}:{password} | |
-H 'x-app-id: {app_id}' | |
-X DELETE | |
'https://api.boomtrain.com/resources/{model}/{id}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment