Skip to content

Instantly share code, notes, and snippets.

@spookylukey
Created November 12, 2013 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spookylukey/7434586 to your computer and use it in GitHub Desktop.
Save spookylukey/7434586 to your computer and use it in GitHub Desktop.
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