I'm trying to build a Custom Connector that makes POST and DELETE calls. Both calls contain identical parameters and body.
If I make the calls without using an on-premises data gateway, everything works fine.
If I activate the on-premises data gateway, the POST calls still work fine. But the body from the DELETE calls is missing in the destination. It seems as if the body is erased by on-premises data gateway.
I tried this using multiple Data Gateways in different locations, and they all have the same issue. They all seem to erase the body from the DELETE calls.