Delete an existing contact list.
DELETE
/lists/[id]
apikey
success
error
{ msg: [error detail] }
{ id: [deleted contact list's id]}
curl --location --request DELETE 'https://api.sociocs.com/lists/10001' \ --header 'apikey: your_api_key'