gogol-webmaster-tools-0.0.1: Google Webmaster Tools SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Webmasters.Sitemaps.Delete

Contents

Description

Deletes a sitemap from this site.

See: Webmaster Tools API Reference for webmasters.sitemaps.delete.

Synopsis

REST Resource

type SitemapsDeleteResource = "webmasters" :> ("v3" :> ("sites" :> (Capture "siteUrl" Text :> ("sitemaps" :> (Capture "feedpath" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))) Source

A resource alias for webmasters.sitemaps.delete method which the SitemapsDelete request conforms to.

Creating a Request

sitemapsDelete Source

Creates a value of SitemapsDelete with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

sdFeedpath :: Lens' SitemapsDelete Text Source

The URL of the actual sitemap. For example: http://www.example.com/sitemap.xml

sdSiteURL :: Lens' SitemapsDelete Text Source

The site's URL, including protocol. For example: http://www.example.com/