---
title: "Delete Workspace"
method: DELETE
path: "/v1/workspaces/{workspace_id}"
tags: ["workspaces"]
---

# Delete Workspace

`DELETE /v1/workspaces/{workspace_id}`

Delete a workspace and its memberships. Organization owners and admins only.

## Path parameters

- `workspace_id` string, uuid, required

## Response `200`

Successful Response

- Message — A human-readable acknowledgment for an operation with nothing to return.
  - `message` string, required — What happened.

## Other responses

- `422` — Validation Error

---

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