Is there anyway to send this request from the API Connector? The DELETE request requires a JSON body, however API Connector DELETE request doesn’t have the JSON body input for this.
Am I missing something or is there any other way to do it.
Looks like you should be able to just add a parameter and set key to “event_id” and value to the ID, which you can make make dynamic by unchecking “private”
Hey @romanmg or any other API gurus, I am stuck on the same Bubble limitation. Any ideas on how to do this if the JSON parameter doesn’t have a definition like the Parameter solution for the OP?
Tried a number of different combinations, and of course works no problem in Insomnia (like Postman)