Delete a List
This method is used to delete a list.
URL
https://mail.tribearc.com/api/lists/delete.php
PARAMETERS (POST)
api_key
your API key, available in Settings.name
Name of the list.opt_in
Optional. value can be 1 or 0
RESPONSE (Plain text)
Success: true
Error: List id not passed
Error: Api_key not passed
Error: Invalid API Key
Error: Invalid list id or api_key
CLICK TO TRY ON POSTMAN