---
title: "Delete workspace"
method: DELETE
path: "/workspaces/{namespace}/{name}"
tags: ["workspaces"]
---

# Delete workspace

`DELETE /workspaces/{namespace}/{name}`

Deletes a specific workspace identified by namespace and name.

## Path parameters

- `namespace` string, required
- `name` string, required

## Response `204`

Workspace deleted successfully

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. User does not have permission to delete the workspace.
- `404` — Not Found. Workspace does not exist.
- `409` — Conflict
- `422` — Unprocessable Entity. Validation error.
- `500` — Internal server error. An unexpected error occurred on the server.

## Changes

- **2026-06-24** `257ea068094f` — 1 info
  - endpoint added
- **2026-01-30** `e4dc5b696346` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/opendatahub-io/apis/kubeflow-notebooks-api/changes/workspaces/:namespace/:name/delete.md)

---

[API](https://skmtc.dev/opendatahub-io/apis/kubeflow-notebooks-api.md) · [All operations](https://skmtc.dev/opendatahub-io/apis/kubeflow-notebooks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opendatahub-io/kubeflow-notebooks-api/revisions/97fe86faf733/schema)
