Delete
|
|||||
|
|
Deletes an object and its metadata. Deletions are permanent if versioning is not enabled for the bucket, or if the generation parameter is used
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data across Google Cloud Platform services
- Manage your data and permissions in Google Cloud Storage
- Manage your data in Google Cloud Storage
Input
This building block consumes 9 input parameters
Name | Format | Description |
---|---|---|
bucket Required |
STRING |
Name of the bucket in which the object resides |
object Required |
STRING |
Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts |
generation |
INTEGER |
If present, permanently deletes a specific revision of this object (as opposed to the latest version, the default) |
ifGenerationMatch |
INTEGER |
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 |
INTEGER |
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 |
INTEGER |
Makes the operation conditional on whether the object's current metageneration matches the given value |
ifMetagenerationNotMatch |
INTEGER |
Makes the operation conditional on whether the object's current metageneration does not match the given value |
provisionalUserProject |
STRING |
The project to be billed for this request if the target bucket is requester-pays bucket |
userProject |
STRING |
The project to be billed for this request. Required for Requester Pays buckets |
= Parameter name
= Format
bucket STRING Required Name of the bucket in which the object resides |
object STRING Required Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts |
generation INTEGER If present, permanently deletes a specific revision of this object (as opposed to the latest version, the default) |
ifGenerationMatch INTEGER 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 INTEGER 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 INTEGER Makes the operation conditional on whether the object's current metageneration matches the given value |
ifMetagenerationNotMatch INTEGER Makes the operation conditional on whether the object's current metageneration does not match the given value |
provisionalUserProject STRING The project to be billed for this request if the target bucket is requester-pays bucket |
userProject STRING The project to be billed for this request. Required for Requester Pays buckets |