Created
November 12, 2013 17:01
-
-
Save spookylukey/7434586 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
Request: | |
----- | |
DELETE /v0/subscription HTTP/1.1 | |
Host: api.sign-up.to | |
Content-Length: 16 | |
accept-encoding: gzip, deflate | |
content-type: application/json | |
accept: application/json | |
authorization: SuTToken blahblahblah | |
user-agent: Python-httplib2/0.8 (gzip) | |
{"id": 19484639} | |
----- | |
Response (trimmed): | |
{'message': 'Exactly one of id, subscriber_id, list_id must be specified', 'code': 400, 'subcode': null} | |
----- | |
Get the same if I supply subscriber_id or list_id. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment