---
title: "Delete Namespace"
method: DELETE
path: "/namespaces/{namespace_id}"
tags: ["Namespaces"]
---

# Delete Namespace

`DELETE /namespaces/{namespace_id}`

Delete a namespace (must be empty).

## Path parameters

- `namespace_id` string, required

## Response `200`

Successful Response

- DeleteResponse
  - `id` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/terminaluse/apis/sb0-api.md) · [All operations](https://skmtc.net/terminaluse/apis/sb0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/terminaluse/sb0-api/revisions/f24a474dc415/schema)
