delete_object
Delete a file or object from a Google Cloud Storage bucket. Provide the project ID, bucket name, and blob name to remove the object.
Instructions
Delete an object from a Cloud Storage bucket.
Args:
project_id: The ID of the GCP project
bucket_name: The name of the bucket to delete from
blob_name: The name of the file to delete
Returns:
Result of the delete operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blob_name | Yes | ||
| project_id | Yes | ||
| bucket_name | Yes |