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.ProFileUserLinks.Delete

Contents

Description

Removes a user from the given view (profile).

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

Synopsis

REST Resource

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

A resource alias for analytics.management.profileUserLinks.delete method which the ManagementProFileUserLinksDelete request conforms to.

Creating a Request

managementProFileUserLinksDelete Source

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

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

Request Lenses

mpfuldWebPropertyId :: Lens' ManagementProFileUserLinksDelete Text Source

Web Property ID to delete the user link for.

mpfuldProFileId :: Lens' ManagementProFileUserLinksDelete Text Source

View (Profile) ID to delete the user link for.

mpfuldAccountId :: Lens' ManagementProFileUserLinksDelete Text Source

Account ID to delete the user link for.

mpfuldLinkId :: Lens' ManagementProFileUserLinksDelete Text Source

Link ID to delete the user link for.