Skip to main content
DELETE
/
api
/
v2
/
lists
/
{ID}
cURL
curl "https://app.tatango.com/api/v2/lists/ID" -d '' -X DELETE 
  -H "Accept: application/json" 
  -H "Content-Type: application/json" 
  -u emailaddress@mydomain.com:my_api_key 
  -H "Host: example.org" 
  -H "Cookie: "
{
  "status": "List Destroyed"
}

Request URL

DELETE https://app.tatango.com/api/v2/lists/<ID>

Authorizations

Authorization
string
header
required

The momoGood Messaging API v2 authenticates requests by validating an API key passed via HTTP Basic Authentication. Use your login email as the username and your API key as the password.

Path Parameters

ID
integer
required

The ID of the list to destroy.

Response

200 - application/json

List destroyed

status
string
required
Example:

"List Destroyed"