WebMCP Registry

stacktree_delete_site

verifiedv0.1

Permanently delete a site and its files. The confirm flag must be true or the call is rejected. Requires a signed-in Stacktree session.

Updated 7/11/2026 · Created 7/11/2026

Input Schema

{
  "type": "object",
  "required": [
    "site"
  ],
  "properties": {
    "site": {
      "type": "string",
      "description": "Which site to act on — the site's title, slug, or ID as shown in your dashboard."
    },
    "confirm": {
      "type": "boolean",
      "description": "Tick to confirm — this cannot be undone"
    }
  }
}

Full Contract

{
  "name": "stacktree_delete_site",
  "description": "Permanently delete a site and its files. The confirm flag must be true or the call is rejected. Requires a signed-in Stacktree session.",
  "inputSchema": {
    "type": "object",
    "required": [
      "site"
    ],
    "properties": {
      "site": {
        "type": "string",
        "description": "Which site to act on — the site's title, slug, or ID as shown in your dashboard."
      },
      "confirm": {
        "type": "boolean",
        "description": "Tick to confirm — this cannot be undone"
      }
    }
  }
}

GET /api/tool/stacktr.ee/stacktree_delete_site