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

Contents

Description

Delete a filter.

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

Synopsis

REST Resource

type ManagementFiltersDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("filters" :> (Capture "filterId" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` Filter))))))) Source

A resource alias for analytics.management.filters.delete method which the ManagementFiltersDelete request conforms to.

Creating a Request

managementFiltersDelete Source

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

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

Request Lenses

mfdFilterId :: Lens' ManagementFiltersDelete Text Source

ID of the filter to be deleted.

mfdAccountId :: Lens' ManagementFiltersDelete Text Source

Account ID to delete the filter for.