> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Storage Bucket

Permanently deletes an empty bucket.

<Note>
  External Documentation

  To learn more, visit the [GCP documentation](https://cloud.google.com/storage/docs/json_api/v1/buckets/delete?hl=en).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description       |
  | --------- | ----------------- |
  | Bucket    | Name of a bucket. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                   | Description                                                                              |
  | --------------------------- | ---------------------------------------------------------------------------------------- |
  | If Metageneration Match     | If set, only deletes the bucket if its metageneration matches this value.                |
  | If Metageneration Not Match | If set, only deletes the bucket if its metageneration does not match this value.         |
  | Provisional User Project    | The project to be billed for this request if the target bucket is requester-pays bucket. |
  | User Project                | The project to be billed for this request. Required for Requester Pays buckets.          |
</div>

## Workflow Library Example

[Delete Storage Bucket with Gcp and Send Results Via Email](https://library.blinkops.com/workflows/delete-storage-bucket-with-gcp-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/delete-storage-bucket-with-gcp-and-send-results-via-email/canvas" />
</div>
