delete_sitemap: Delete a sitemap.
Description
See here for details: https://developers.google.com/webmaster-tools/v3/sitemaps/delete
Usage
delete_sitemap(siteURL, feedpath)
Arguments
siteURL
The URL of the website you are deleting the sitemap from. Must include protocol (http://).
feedpath
The URL of the sitemap to delete. Must include protocol (http://).
Value
TRUE if successful, raises an error if not.