Description Usage Arguments Value Author(s) Examples
ywDeleteSitemap deletes sitemap of the site from Yandex Webmaster via API v3.0.
1 | ywDeleteSitemap(user_id = NULL, host_id = NULL, sitemap_id = NULL, token = NULL)
|
user_id |
User id from function ywGetUserId. |
host_id |
Host id of your site. You can get by function ywGetSitesList. |
sitemap_id |
Id of sitemap to delete. Sitemap ids you can get by function ywGetSitemaps |
token |
Token for Yandex Webmaster API from function ywGetToken |
Returns TRUE if site is deleted.
Ivan Kutas
1 | ywDeleteSitemap(user_id = userId, host_id = hostId, sitemap_id = sitemapId, token = myToken)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.