| 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.ProFileUserLinks.Delete
Description
Removes a user from the given view (profile).
See: Google Analytics API Reference for analytics.management.profileUserLinks.delete.
Synopsis
- type ManagementProFileUserLinksDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("entityUserLinks" :> (Capture "linkId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))))))
- managementProFileUserLinksDelete :: Text -> Text -> Text -> Text -> ManagementProFileUserLinksDelete
- data ManagementProFileUserLinksDelete
- mpfuldWebPropertyId :: Lens' ManagementProFileUserLinksDelete Text
- mpfuldProFileId :: Lens' ManagementProFileUserLinksDelete Text
- mpfuldAccountId :: Lens' ManagementProFileUserLinksDelete Text
- mpfuldLinkId :: Lens' ManagementProFileUserLinksDelete Text
REST Resource
type ManagementProFileUserLinksDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("entityUserLinks" :> (Capture "linkId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))))))) Source #
A resource alias for analytics.management.profileUserLinks.delete method which the
ManagementProFileUserLinksDelete request conforms to.
Creating a Request
managementProFileUserLinksDelete Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> ManagementProFileUserLinksDelete |
Creates a value of ManagementProFileUserLinksDelete with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementProFileUserLinksDelete Source #
Removes a user from the given view (profile).
See: managementProFileUserLinksDelete smart constructor.
Instances
Request Lenses
mpfuldWebPropertyId :: Lens' ManagementProFileUserLinksDelete Text Source #
Web Property ID to delete the user link for.
mpfuldProFileId :: Lens' ManagementProFileUserLinksDelete Text Source #
View (Profile) ID to delete the user link for.
mpfuldAccountId :: Lens' ManagementProFileUserLinksDelete Text Source #
Account ID to delete the user link for.
mpfuldLinkId :: Lens' ManagementProFileUserLinksDelete Text Source #
Link ID to delete the user link for.