DELETE
/
v4
/
bulk
/
tags
/
subscribers
curl --request DELETE \
  --url https://api.kit.com/v4/bulk/tags/subscribers \
  --header 'Authorization: Bearer <token>'
{
  "failures": []
}

Authorizations

Authorization
string
header
required

Authenticate API requests via an OAuth token

Response

200
application/json

Deletes the taggings synchronously when 100 or less tags/subscribers are provided

The response is of type object.