Delete a List

This method is used to delete a list.

URL
https://mail.tribearc.com/api/lists/delete.php


PARAMETERS (POST)

  1. api_key your API key, available in Settings.
  2. name Name of the list.
  3. 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