Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Delete a filter.
See: Google Analytics API Reference for analytics.management.filters.delete
.
- type ManagementFiltersDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("filters" :> (Capture "filterId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] Filter)))))))
- managementFiltersDelete :: Text -> Text -> ManagementFiltersDelete
- data ManagementFiltersDelete
- mfdFilterId :: Lens' ManagementFiltersDelete Text
- mfdAccountId :: Lens' ManagementFiltersDelete Text
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:
data ManagementFiltersDelete Source #
Delete a filter.
See: managementFiltersDelete
smart constructor.
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.