---
title: "Delete Workspace"
method: DELETE
path: "/api/workspace/{workspace_ext_id}"
tags: ["workspace"]
---

# Delete Workspace

`DELETE /api/workspace/{workspace_ext_id}`

Delete a workspace.

Only the creator of the workspace is allowed to delete it.
Workspaces with other members cannot be deleted - remove all members first.
If the workspace deletion fails (e.g., due to RLS policy), the operation aborts.

## Path parameters

- `workspace_ext_id` string, required

## Response `200`

Successful Response

- DeleteWorkspaceResponse
  - `detail` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
