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 remarketing audience.
See: Google Analytics API Reference for analytics.management.remarketingAudience.delete
.
Synopsis
- type ManagementRemarketingAudienceDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("remarketingAudiences" :> (Capture "remarketingAudienceId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))))
- managementRemarketingAudienceDelete :: Text -> Text -> Text -> ManagementRemarketingAudienceDelete
- data ManagementRemarketingAudienceDelete
- mradWebPropertyId :: Lens' ManagementRemarketingAudienceDelete Text
- mradAccountId :: Lens' ManagementRemarketingAudienceDelete Text
- mradRemarketingAudienceId :: Lens' ManagementRemarketingAudienceDelete Text
REST Resource
type ManagementRemarketingAudienceDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("remarketingAudiences" :> (Capture "remarketingAudienceId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))))) Source #
A resource alias for analytics.management.remarketingAudience.delete
method which the
ManagementRemarketingAudienceDelete
request conforms to.
Creating a Request
managementRemarketingAudienceDelete Source #
:: Text | |
-> Text | |
-> Text | |
-> ManagementRemarketingAudienceDelete |
Creates a value of ManagementRemarketingAudienceDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementRemarketingAudienceDelete Source #
Delete a remarketing audience.
See: managementRemarketingAudienceDelete
smart constructor.
Instances
Request Lenses
mradWebPropertyId :: Lens' ManagementRemarketingAudienceDelete Text Source #
Web property ID to which the remarketing audience belongs.
mradAccountId :: Lens' ManagementRemarketingAudienceDelete Text Source #
Account ID to which the remarketing audience belongs.
mradRemarketingAudienceId :: Lens' ManagementRemarketingAudienceDelete Text Source #
The ID of the remarketing audience to delete.