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 |
Dismiss (delete) the specified alert from the publisher's AdSense account.
See: AdSense Management API Reference for adsense.alerts.delete
.
Synopsis
- type AlertsDeleteResource = "adsense" :> ("v1.4" :> ("alerts" :> (Capture "alertId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))
- alertsDelete :: Text -> AlertsDelete
- data AlertsDelete
- adAlertId :: Lens' AlertsDelete Text
REST Resource
type AlertsDeleteResource = "adsense" :> ("v1.4" :> ("alerts" :> (Capture "alertId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))) Source #
A resource alias for adsense.alerts.delete
method which the
AlertsDelete
request conforms to.
Creating a Request
Creates a value of AlertsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AlertsDelete Source #
Dismiss (delete) the specified alert from the publisher's AdSense account.
See: alertsDelete
smart constructor.