| 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 |
Network.Google.Resource.Analytics.Management.ProFileFilterLinks.Delete
Description
Delete a profile filter link.
See: Google Analytics API Reference for analytics.management.profileFilterLinks.delete.
Synopsis
- 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] ())))))))))))
- managementProFileFilterLinksDelete :: Text -> Text -> Text -> Text -> ManagementProFileFilterLinksDelete
- data ManagementProFileFilterLinksDelete
- mpffldWebPropertyId :: Lens' ManagementProFileFilterLinksDelete Text
- mpffldProFileId :: Lens' ManagementProFileFilterLinksDelete Text
- mpffldAccountId :: Lens' ManagementProFileFilterLinksDelete Text
- mpffldLinkId :: Lens' ManagementProFileFilterLinksDelete Text
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 #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> ManagementProFileFilterLinksDelete |
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:
data ManagementProFileFilterLinksDelete Source #
Delete a profile filter link.
See: managementProFileFilterLinksDelete smart constructor.
Instances
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.