Deleting an Object
On Compute Cloud@Customer, you can permanently delete an object from a bucket or folder.
You can't recover a deleted object unless you have object versioning enabled. See Managing Object Versioning for details.
You can't delete an object that has an active retention rule. See Defining Retention Rules for details.
This task isn't available in the Console.
Use the oci os object delete command and required parameters to delete an object or folder.
oci os object delete --namespace-name <object_storage_namespace> --bucket-name <bucket_name> --object-name <object_name> [OPTIONS]
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
Use the DeleteObject operation to delete an object or folder.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.