{
  "name": "settings-danger-zone-delete-workspace",
  "kind": "block",
  "primary": "div",
  "page": "/apps/saas/app/settings-page/settings-page.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-section": ""
  },
  "html": "<div data-section>\n    <aside>\n      <h3>Delete workspace</h3>\n      <p>Permanently delete this workspace and all associated data. This action cannot be undone.</p>\n    </aside>\n    <div data-col>\n      <alert-ui\n        text=\"Deleting your workspace will remove all projects, members, API keys, and conversation history.\"\n        variant=\"danger\"\n        icon=\"warning\"\n      ></alert-ui>\n      <button-ui text=\"Delete workspace\" color=\"danger\" icon=\"trash\" onclick=\"document.getElementById('drawer-delete-workspace').open = true\"></button-ui>\n    </div>\n  </div>",
  "source": "apps/saas/app/settings-page/settings-page.contents.html",
  "metadata": {
    "domain": "settings",
    "description": "Delete workspace danger zone — a labeled aside plus a danger alert-ui listing what is destroyed above a destructive Delete workspace button. The irreversible workspace-deletion block at the bottom of a workspace settings page.",
    "keywords": [
      "settings",
      "danger",
      "zone",
      "delete",
      "workspace",
      "destructive",
      "alert-ui",
      "warning",
      "irreversible",
      "remove",
      "projects",
      "members",
      "api-keys",
      "purge",
      "cannot-be-undone",
      "trash",
      "button",
      "color-danger",
      "account"
    ]
  },
  "captured_at": "2026-06-10T13:16:11.236Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Delete workspace"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "textContent": "Permanently delete this workspace and all associated data. This action cannot be undone."
    },
    {
      "id": "sidebar",
      "component": "Sidebar",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "alert",
      "component": "Alert",
      "icon": "warning",
      "text": "Deleting your workspace will remove all projects, members, API keys, and conversation history.",
      "variant": "danger"
    },
    {
      "id": "button",
      "component": "Button",
      "color": "danger",
      "icon": "trash",
      "text": "Delete workspace"
    },
    {
      "id": "column",
      "component": "Column",
      "data-col": "",
      "children": [
        "alert",
        "button"
      ]
    },
    {
      "id": "root",
      "component": "Column",
      "data-section": "",
      "children": [
        "sidebar",
        "column"
      ]
    }
  ]
}
