google-search-console.delete_sitemap
Remove a sitemap URL from Search Console for a verified property.
Call google-search-console.list_sites to discover sites, then google-search-console.list_sitemaps for an exact feed_path. Omit site_url to use the default property. This only removes the sitemap from Search Console tracking; it does not delete the sitemap file from the website.
Cost = 10 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | No | Optional property URL from google-search-console.list_sites. When omitted, the default property is used. The user or agent passes an exact site_url value from that response. | |
| feed_path | Yes | Full sitemap URL for the property, for example https://example.com/sitemap.xml. Use an exact path from google-search-console.list_sitemaps when available. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | No | True when Search Console accepted the sitemap deletion. | |
| site_url | No | Search Console property URL used for the request. | |
| feed_path | No | Sitemap URL that was removed from Search Console. |