Stay organized with collections
Save and categorize content based on your preferences.
This page shows you how to delete objects from Google Distributed Cloud (GDC) air-gapped storage buckets.
Before you begin
A project namespace manages bucket resources in the Management API server. You
must have a project to work with buckets and objects.
You must also have the appropriate bucket permissions to perform the following
operation. See Grant bucket access.
Delete objects in buckets
Console
In the navigation menu, click Object Storage.
Click the name of the bucket containing the objects.
Wait to be redirected to the Bucket details page with objects listed in a table.
Click deleteDelete at the end of the row of the object to be deleted.
Wait a few minutes and refresh the page to check that the object is deleted.
Optional: Toggle the Show deleted data option to see which objects you've deleted.
Note that all objects in dual-zone buckets are versioned, so deleting an object won't remove that object from storage. Instead, the object will be marked for deletion and will no longer be visible in LIST calls. The object can still be retrieved by specifying its version ID. An object is permanently deleted only when specifying the versionID when performing the deletion.
CLI
To delete a file from a bucket, run the following command:
gdcloudstoragerms3://BUCKET/OBJECT
Crypto shred objects in buckets with encryption v2
You can use the following to retrieve all AEADKeys belong to this bucket:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-11 UTC."],[[["This guide details how to delete objects from Google Distributed Cloud (GDC) air-gapped storage buckets, requiring a project namespace and proper bucket permissions."],["Objects can be deleted via the console by navigating to the \"Object Storage\" section, selecting the bucket, and clicking the \"Delete\" option next to the desired object, which may take a few minutes to process, as well as an optional way to check recently deleted objects."],["You can utilize the CLI to delete objects using the `gdcloud storage rm` command followed by the bucket and object name."],["Crypto shredding objects is possible by deleting their associated AEADKey, which can be found using `kubectl get aeadkeys` and is an irreversible operation resulting in complete data loss."]]],[]]