Configuring a request payload for a DELETE method in Oracle Integration Cloud (OIC) using the REST Adapter is not supported. What are the options for the workaround.
I need this as I need to delete a file from the EPM Repository using the following URI from my OIC integration.
https://<BASE-URL>/interop/rest/v2/files/delete
This only allows DELETE method and the following request payload:
{
"fileName": "inbox/file1.csv",
}
Thanks,
Chandra.