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 |
Deletes a view (profile).
See: Google Analytics API Reference for analytics.management.profiles.delete
.
Synopsis
- type ManagementProFilesDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))))
- managementProFilesDelete :: Text -> Text -> Text -> ManagementProFilesDelete
- data ManagementProFilesDelete
- mpfdWebPropertyId :: Lens' ManagementProFilesDelete Text
- mpfdProFileId :: Lens' ManagementProFilesDelete Text
- mpfdAccountId :: Lens' ManagementProFilesDelete Text
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:
data ManagementProFilesDelete Source #
Deletes a view (profile).
See: managementProFilesDelete
smart constructor.
Instances
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.