Contact Lists
DELETE a List
Deletes the specified contact list and its membership. DELETE List requests are processed asynchronously, and you can track the status of the request by making a GET call to the URI shown in the _links property in the response.
delete/contact_lists/{list_id}
Path parameters
list_idstring uuid required
Unique ID of the list to delete
Response
Accepted
Example response
{
"state": "initialized",
"created_at": "2016-03-03T10:53:04-05:00",
"updated_at": "2016-03-03T10:56:29-05:00",
"percent_done": 1,
"activity_errors": [
"Message describing the error condition."
],
"_links": {
"self": {
"href": "/v3/activities/04fa57a7-cf55-4185-cc1a-58ed29bf0a6a"
}
}
}