cloud_storage_delete_object
Delete a specified object from cloud storage. Provide the object name and optional bucket to remove it, with confirmation on success.
Instructions
Delete an object from cloud storage.
Args: object_name: Required. Name of the object to delete bucket_name: Optional. Bucket to delete from (defaults to instance default) Returns: str: 'Success' if the object was deleted successfully
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |