Delete contact list
Delete an existing contact list.
Method
DELETE
Path
/lists/[id]
Response
HTTP status codes
Response object
Code sample
curl --location --request DELETE 'https://api.sociocs.com/lists/10001' \
--header 'apikey: your_api_key'
Delete an existing contact list.
DELETE
/lists/[id]
curl --location --request DELETE 'https://api.sociocs.com/lists/10001' \
--header 'apikey: your_api_key'