Skip to Main Content

Developer Community

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to configure Request Payload for DELETE method in OIC

chazraSep 20 2025

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.

Comments
Post Details
Added on Sep 20 2025
0 comments
32 views