Skip to content

Instantly share code, notes, and snippets.

@activeprospect-support
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save activeprospect-support/fa9069473d02a7cd299b to your computer and use it in GitHub Desktop.

Select an option

Save activeprospect-support/fa9069473d02a7cd299b to your computer and use it in GitHub Desktop.
Adding and removing list items
$ curl -X DELETE https://app.suppressionlist.com/lists/my_list/items \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{"values":"[email protected]"}' \
-uAPI:fc36c8168cbb16784f6a29f89695dd92
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment