---
title: "Delete Bucket"
method: DELETE
path: "/api/storage/buckets/{bucketName}"
tags: ["Admin"]
---

# Delete Bucket

`DELETE /api/storage/buckets/{bucketName}`

Delete an entire bucket and all its objects

## Path parameters

- `bucketName` string, required

## Response `200`

Bucket deleted successfully

- object
  - `message` string
  - `nextActions` string

## Other responses

- `404` — Bucket not found

---

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