---
title: "Delete workspace"
method: DELETE
path: "/v1/workspaces/{id}"
tags: ["Workspaces"]
---

# Delete workspace

`DELETE /v1/workspaces/{id}`

Permanently deletes a workspace. Requires API key with access to the workspace. Workspace-scoped keys cannot delete their own workspace.

## Path parameters

- `id` string, uuid, required — Workspace UUID

## Response `204`

Workspace deleted successfully (no content)

## Other responses

- `400` — Invalid workspace ID format
- `401` — Missing or invalid API key
- `403` — API key does not have access to this workspace or cannot delete own scoped workspace
- `404` — Workspace not found

---

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