Cloud Object Storage(COS)supports deleting one or multiple objects directly. To delete one object, you only need to provide its object key and call an API request to delete it.
Directions
Using COS console
Delete an object in the COS console. For more information, see Deleting an Object in Console Guide.
Using REST API
Use the REST API to initiate a single object deleting request. For more information, see DELETE Object.
Using SDKs
Directly call the single object deleting method in the SDK. For more information, see the SDK documentation for the corresponding programming language below:
Was this page helpful?