Deletes a contact list. Please note that it does not touch the contacts in the contact list.
Endpoint
POST https://api.emarsys.net/api/v2/contactlist/<list_id>/deletelist
Parameters
Name | Type | Description | Comments |
---|---|---|---|
list_id | int | ID of the contact list, part of the URI |
Result Example
{ "replyCode": 0, "replyText": "OK", "data": {} }
Errors
HTTP Code | Reply Code | Message | Description |
---|---|---|---|
404 | 3006 | No contact list found with the specified ID. | – |