curl "https://app.tatango.com/api/v2/lists/ID/tags" -d '{"tags":["vip","customer"]}' -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": "Tags enqueued for deletion"
}

After the endpoint is called, please allow up to 10 minutes for the tags provided to be removed from all subscribers.

Request URL

DELETE https://app.tatango.com/api/v2/lists/{ID}/tags

Authorizations

Authorization
string
header
required

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.

Path Parameters

ID
integer
required

ID of the list

Body

application/json

Response

200 - application/json

Tags enqueued for deletion

The response is of type object.