Created
October 6, 2014 17:19
-
-
Save nivikumar/05672fd48a60b66c4003 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 https://vrapi.verticalresponse.com/api/v1/hooks/1 | |
| -H "Authorization: Bearer tndttwx95dsdfsfsfskvc" | |
| --request DELETE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does it still working? I'm getting:
"596 Service Not Found "
in my curl request. But only:
curl https://vrapi.verticalresponse.com/api/v1/hooks/NUMBER
-H "Authorization: Bearer MY_TOKEN"
Shows me the webhook details.
It is like the DELETE method is not supported.