gogol-analytics-0.0.1: Google Analytics 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.Analytics.Management.WebPropertyUserLinks.Delete

Contents

Description

Removes a user from the given web property.

See: Google Analytics API Reference for analytics.management.webpropertyUserLinks.delete.

Synopsis

REST Resource

type ManagementWebPropertyUserLinksDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("entityUserLinks" :> (Capture "linkId" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ()))))))))) Source

A resource alias for analytics.management.webpropertyUserLinks.delete method which the ManagementWebPropertyUserLinksDelete request conforms to.

Creating a Request

managementWebPropertyUserLinksDelete Source

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

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

Request Lenses

mwpuldWebPropertyId :: Lens' ManagementWebPropertyUserLinksDelete Text Source

Web Property ID to delete the user link for.

mwpuldAccountId :: Lens' ManagementWebPropertyUserLinksDelete Text Source

Account ID to delete the user link for.

mwpuldLinkId :: Lens' ManagementWebPropertyUserLinksDelete Text Source

Link ID to delete the user link for.