The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Archive Workspace
3url: https://platform.claude.com/docs/en/api/beta/organization/workspaces/archive
4---
5
16# Archive Workspace
27
38**POST** `/v1/organizations/workspaces/{workspace_id}/archive`
from line 17
1217
1318- `BetaWorkspace object`
1419
20 - `type: "workspace"`
21
22 Object type.
23
24 For Workspaces, this is always `"workspace"`.
25
26 default: workspace
27
1528 - `id: string`
1629
1730 ID of the Workspace.
from line 100
87100 - `tags: map[string]`
88101
89102 User-defined tags as string key-value pairs. Keys may not begin with `anthropic`.
90
91 - `type: "workspace"`
92
93 Object type.
94
95 For Workspaces, this is always `"workspace"`.
96
97 default: workspace
98103
99104## Example
100105