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" }
This endpoint destroys a list.
DELETE https://app.tatango.com/api/v2/lists/<ID>
Tatango authenticates API 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.
List destroyed
The response is of type object.
object
Was this page helpful?