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

Contents

Description

Delete a profile filter link.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.profileFilterLinks.delete method which the ManagementProFileFilterLinksDelete request conforms to.

Creating a Request

managementProFileFilterLinksDelete Source

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

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

Request Lenses

mpffldWebPropertyId :: Lens' ManagementProFileFilterLinksDelete Text Source

Web property Id to which the profile filter link belongs.

mpffldProFileId :: Lens' ManagementProFileFilterLinksDelete Text Source

Profile ID to which the filter link belongs.

mpffldAccountId :: Lens' ManagementProFileFilterLinksDelete Text Source

Account ID to which the profile filter link belongs.

mpffldLinkId :: Lens' ManagementProFileFilterLinksDelete Text Source

ID of the profile filter link to delete.