delete_sitemap
Remove a sitemap from Search Console tracking without deindexing URLs or deleting the file. Stops per-sitemap coverage and submission history, so confirm the action before proceeding.
Instructions
Stop tracking a sitemap on a property. It does not deindex the URLs the sitemap listed, and it does not delete the file. What it does lose is the submission history and per-sitemap coverage for it. Set confirm to true to proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | The Search Console property. Either a URL-prefix property ("https://navid.me/", trailing slash included) or a domain property ("sc-domain:navid.me"). A bare hostname is read as a domain property. Call list_sites for the exact strings this account owns, because the two shapes are different properties and mixing them up returns a 403. | |
| account | No | Which signed-in Google account to act as, by email. Omit to use the default. Call list_accounts to see what is signed in. | |
| confirm | No | Set true to proceed. The submission history for this sitemap is not recoverable. | |
| sitemap_url | Yes | Full URL of the sitemap to stop tracking. |