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:
No comments:
Post a Comment