Howdy all,
Are we able to use the DELETE method in our serverless functions? It would
seem so, based on the old, but still applicable "Serverless functions built with the design manager" docs:
https://developers.hubspot.com/docs/reference/cms/serverless-functions/serverless-functionsIt even pops up as a filtering option in the app logs. (See screen shot.)
However, when I create and upload a function with the DELETE method, the endpoint returns "Request Forbidden." If I switch that same function to POST, it works just fine.
I can work around this, of course, but just curious if anyone else has hit this?