ncloud_delete_object
Delete an object permanently from an Object Storage bucket. Must set confirm=true to execute the destructive operation.
Instructions
⚠️ Destructive: Permanently delete an object from an Object Storage bucket. Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (path) to delete | |
| confirm | No | Must be true to actually execute the destructive operation | |
| bucketName | Yes | Name of the bucket |