I am using an API that requires a JSON body for a DELETE request, and Bubble’s API cannot send JSON. I have made the call in Insomnia so I know it works correctly with the JSON body.
So I was thinking of ways to make this call and was wondering if it could be made using Webtask
API call from my app —> Webtask —> Webtask makes the Delete call
Is this possible? Or any ideas here?
API call I am trying to make: