gogol-siteverification-0.0.1: Google Site Verification 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.SiteVerification.WebResource.Delete

Contents

Description

Relinquish ownership of a website or domain.

See: Google Site Verification API Reference for siteVerification.webResource.delete.

Synopsis

REST Resource

type WebResourceDeleteResource = "siteVerification" :> ("v1" :> ("webResource" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))) Source

A resource alias for siteVerification.webResource.delete method which the WebResourceDelete request conforms to.

Creating a Request

webResourceDelete Source

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

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

Request Lenses

wrdId :: Lens' WebResourceDelete Text Source

The id of a verified site or domain.