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

# Delete a workspace

`DELETE /v1/workspaces/{uuid}`

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Workspace deleted

- object
  - `success` boolean
  - `message` string

## Other responses

- `401` — Unauthorized
- `404` — Workspace not found

---

[API](https://skmtc.dev/snitcher/apis/snitcher-api.md) · [All operations](https://skmtc.dev/snitcher/apis/snitcher-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snitcher/snitcher-api/revisions/cb6fa68e7c8e/schema)
