delete_sitemap
Delete a sitemap from a website by providing the site URL and sitemap path. Removes the sitemap from Google Search Console.
Instructions
Delete a sitemap from a website.
Args: site_url: The site, e.g. 'https://example.com/'. feedpath: The sitemap path to delete, e.g. '/sitemap.xml'.
Returns: Empty dict on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| feedpath | Yes |