DeleteObject
Deletes an object from a bucket.
Stored Procedure-Specific Information
To execute this stored procedure, enter:EXEC DeleteObject RemotePath='gs://cdata_test_bucket/temp.csv'
Input
| Name | Type | Description |
| RemotePath | String | Path from which the object will be deleted, such as 'gs://cdata_test_bucket/temp.csv'. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicator if the stored procedure was successful or not. |