Skip to content

remove_sitemap

Remove a previously submitted sitemap.


Parameters

Name Type Required Description
site_url string Yes The URL of the site
feed_url string Yes The URL of the sitemap to remove

Response

{
  "siteUrl": "https://www.example.com/",
  "feedUrl": "https://www.example.com/old-sitemap.xml",
  "success": true,
  "requestedAt": "2026-02-21T19:00:00Z"
}

Example Prompts

"Remove the old sitemap at https://www.example.com/old-sitemap.xml from Bing."


Notes