---
title: "Delete a bucket."
method: DELETE
path: "/{bucketName}"
tags: ["s3"]
---

# Delete a bucket.

`DELETE /{bucketName}`

## Response `204`

No Content, i.e Bucket deleted successfully

## Other responses

- `403` — Forbidden; Access Denied, InvalidAccessKey, SignatureDoesNotMatch
- `404` — Not Found i.e. No Such Bucket
- `409` — Bucket Not Empty

---

[API](https://skmtc.net/sodafoundation/apis/soda-crystal-api.md) · [All operations](https://skmtc.net/sodafoundation/apis/soda-crystal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sodafoundation/soda-crystal-api/versions/c02dd33a522b/schema)
