Skip to content

Instantly share code, notes, and snippets.

@wvpv
Last active June 9, 2018 19:53
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 wvpv/b4316a16942e2aa888343bf67bdd466c to your computer and use it in GitHub Desktop.
Save wvpv/b4316a16942e2aa888343bf67bdd466c to your computer and use it in GitHub Desktop.
CNX18-RASA-contact-delete-rest-api-postman
POST /contacts/v1/contacts/actions/delete?type=listReference HTTP/1.1
Host: www.exacttargetapis.com
Content-Type: application/json
Authorization: Bearer ACCESS_TOKEN_GOES_HERE
Cache-Control: no-cache
{
"deleteOperationType": "ContactAndAttributes",
"targetList": {
"listType": {
"listTypeID": 3
},
"listKey": "Subscribers_to_Delete"
},
"deleteListWhenCompleted": false,
"deleteListContentsWhenCompleted": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment