DeleteObject
Deletes an object from a bucket.
Input
| Name | Type | Required | Description |
| BucketSource | String | True | Bucket name where the object to be deleted is located. |
| ObjectSource | String | True | Object name of the object that will be deleted. |
| Generation | Long | False | If present, permanently deletes a specific revision of this object (as opposed to the latest version, the default). |
| IfGenerationMatch | Long | False | Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object. |
| IfGenerationNotMatch | Long | False | Makes the operation conditional on whether the object's current generation does not match the given value. If no live object exists, the precondition fails. Setting to 0 makes the operation succeed only if there is a live version of the object. |
| IfMetagenerationMatch | Long | False | Makes the operation conditional on whether the object's current metageneration matches the given value. |
| IfMetagenerationNotMatch | Long | False | Makes the operation conditional on whether the object's current metageneration does not match the given value. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicator if the stored procedure was successful or not. |