---
title: "Delete"
method: DELETE
path: "/api/v1/namespaces/{id}"
tags: ["Namespaces Resource"]
---

# Delete

`DELETE /api/v1/namespaces/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- WanakuResponseVoid
  - `error` WanakuError
    - `message` string
  - `data` unknown

## Changes

- **2026-05-14** `e544cfb4deed` — 1 breaking, 2 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `data` to the response with the `200` status
  - added the optional property `error` to the response with the `200` status
- **2026-05-13** `41a480854c53` — 1 breaking, 2 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `data` to the response with the `200` status
  - added the optional property `error` to the response with the `200` status
- **2026-05-11** `cc2b66f5cdc5` — 1 breaking, 2 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `error` from the response with the `200` status
- **2026-04-01** `466a3cfa6b8c` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2026-03-25** `50f9b34925ab` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/wanaku-ai/apis/wanaku-router-backend-api/changes/api/v1/namespaces/:id/delete.md)

---

[API](https://skmtc.dev/wanaku-ai/apis/wanaku-router-backend-api.md) · [All operations](https://skmtc.dev/wanaku-ai/apis/wanaku-router-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wanaku-ai/wanaku-router-backend-api/revisions/801af2512b23/schema)
