---
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.

---

[API](https://skmtc.net/opendatahub-io/apis/kubeflow-notebooks-api.md) · [All operations](https://skmtc.net/opendatahub-io/apis/kubeflow-notebooks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opendatahub-io/kubeflow-notebooks-api/versions/257ea068094f/schema)
