Retrieve the information about the AEADKey based on Verify bucket resource creation and follow Delete a key to delete the AEADKey, then the entire bucket would be crypto shredded.
You can run the following command to verify the bucket has been successfully crypto shredded. The BucketReady should be False and Reason to be BucketCryptoShredded.
[[["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-03-05 UTC."],[[["This guide details how to delete Google Distributed Cloud (GDC) air-gapped storage buckets, emphasizing that a project namespace is required to manage bucket resources."],["Deleting buckets via the console involves navigating to **Object Storage**, selecting the bucket, and clicking **Delete**, but note that there will be a delay before the change takes place."],["Using the CLI to delete a bucket requires first ensuring that the bucket is empty, using commands to remove files recursively, then deleting the empty bucket with a `kubectl` command."],["Buckets with retention policies cannot be immediately deleted, but can be crypto shredded, which is a permanent action that requires deleting the associated AEADKey; only v1 encrypted buckets are supported."],["Crypto shredding the bucket can be verified by running a command to check that the `BucketReady` status is `False`, and the `Reason` is `BucketCryptoShredded`."]]],[]]