How to delete a tag via API

I’m a developer looking to use the API to automate updating tags on contacts. These tags relate to a revolving door of events that people have opted in to.

I can create, add, and remove tags, but I can’t see a way to delete a tag with the API. The problem is that, without deleting them, there are going to be hundreds of these tags soon, and the process is going to become incredibly inefficient. Is there any way to avoid a buildup of the tags that I will be creating?

We support that function via our REST API:
https://developer.infusionsoft.com/docs/restv2/#!/Tags/deleteTagUsingDELETE_1

1 Like

Thanks for the response, I did not know there was a V2