So, I am using the REST API and I’m trying to configure an endpoint for my application that will delete one tag from multiple Contacts. The receiving endpoint specified [here] is the one that I am targetting.(Keap REST API)
Before I had correctly formatted my request I was receiving the “Bad Request” response; however, when I have a correctly formatted request I receive “Internal Server Error” as the response. I’m not sure who else is using this endpoint, but it looks like something is going wrong internal to the API.