Wednesday, February 5, 2025

OIC - Delete file from OCI Object storage bucket using rest connection

Business requirement:

In Oracle Integration Cloud (OIC), there is a need to automate the deletion of files from an OCI Object Storage bucket. This is required when files are no longer needed or after successful processing, ensuring optimized storage usage and compliance with data retention policies

Rest API endpoint for deleting an object in the object storage bucket:

DELETE https://objectstorage.<region>.oraclecloud.com/n/<namespace>/b/<bucket-name>/o/<file-name>

Detailed screenshots:

Object storage rest connection:


Adapter configuration




Map bucket name, namespace and object name



No comments:

Post a Comment

Featured Post

OIC - Delete file from OCI Object storage bucket using rest connection

Business requirement: In Oracle Integration Cloud (OIC), there is a need to automate the deletion of files from an OCI Object Storage bucket...