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

Contents

Description

Deletes a view (profile).

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

Synopsis

REST Resource

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

A resource alias for analytics.management.profiles.delete method which the ManagementProFilesDelete request conforms to.

Creating a Request

managementProFilesDelete Source

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

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

Request Lenses

mpfdWebPropertyId :: Lens' ManagementProFilesDelete Text Source

Web property ID to delete the view (profile) for.

mpfdProFileId :: Lens' ManagementProFilesDelete Text Source

ID of the view (profile) to be deleted.

mpfdAccountId :: Lens' ManagementProFilesDelete Text Source

Account ID to delete the view (profile) for.