Inputs
Output
Type:Dict
Returns a confirmation with the removed site URL.
Fields: status, site_url
Example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Removes a site and its Webmaster Tools history from the connected Bing Webmaster Tools account
| 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) |
| 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. |
Dict
Returns a confirmation with the removed site URL.
Fields: status, site_url
Example:
{
"status": "removed",
"site_url": "https://example.com"
}
