---
title: "Archive a workspace"
method: DELETE
path: "/v1/workspaces/{id}"
tags: ["WorkspaceService", "Workspaces"]
---

# Archive a workspace

`DELETE /v1/workspaces/{id}`

Archives a workspace. This is a soft delete: the workspace is retained but any subsequent request scoped to it returns a permission error. Requires the admin role.

## Path parameters

- `id` string, required

## Response `200`

OK

## Other responses

- `default` — Default error response

## Changes

- **2026-06-05** `c4979c3eab43` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cadenya/apis/cadenya-api/changes/v1/workspaces/:id/delete.md)

---

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