cURL
curl --request DELETE \ --url https://api.kit.com/v4/bulk/tags/subscribers \ --header 'Authorization: Bearer <token>'
{ "failures": [] }
See “Bulk & async processing” for more information.
Authenticate API requests via an OAuth token
Deletes the taggings synchronously when 100 or less tags/subscribers are provided
The response is of type object.
object
Was this page helpful?