> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove Site

> Removes a site and its Webmaster Tools history from the connected Bing Webmaster Tools account

Removes a site and its Webmaster Tools history from the connected Bing Webmaster Tools account. This does not remove the site from Bing search results; use the block URLs node for that.

|                       |                              |
| --------------------- | ---------------------------- |
| **App**               | Bing Webmaster Tools         |
| **Operation ID**      | `bing_webmaster_remove_site` |
| **Type**              | Action                       |
| **Connection**        | `bing_webmaster` (required)  |
| **Credits per run**   | 1                            |
| **Agent / MCP tool**  | Yes                          |
| **Requires approval** | Yes (write operation)        |

## Inputs

| Field      | Type   | Required | Default | Description                                                                                                                                                                                                                                                                                                |
| ---------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `site_url` | string | Yes      | -       | Full URL of the site to remove from your Bing Webmaster Tools account, for example `https://example.com.` This removes the site and its Webmaster Tools history from the account; it does not remove the site from Bing search results. Typed rather than picked so an unverified site can be removed too. |

## Output

**Type**: `Dict`

Returns a confirmation with the removed site URL.

**Fields**: `status`, `site_url`

**Example**:

```json theme={"dark"}
{
  "status": "removed",
  "site_url": "https://example.com"
}
```
