DeleteObject
Removes an object from a specified bucket, permanently deleting its data and associated metadata.
Input
| Name | Type | Required | Description |
| Bucket | String | True | The name of the S3 bucket that contains the object to be deleted. |
| Object | String | True | The key (name) of the object within the bucket that should be permanently removed. |
Result Set Columns
| Name | Type | Description |
| Status | String | Indicates the result of the delete operation, such as success or failure. |