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 subscription.
See: YouTube Data API Reference for youtube.subscriptions.delete
.
Synopsis
- type SubscriptionsDeleteResource = "youtube" :> ("v3" :> ("subscriptions" :> (QueryParam "id" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))
- subscriptionsDelete :: Text -> SubscriptionsDelete
- data SubscriptionsDelete
- sdId :: Lens' SubscriptionsDelete Text
REST Resource
type SubscriptionsDeleteResource = "youtube" :> ("v3" :> ("subscriptions" :> (QueryParam "id" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))) Source #
A resource alias for youtube.subscriptions.delete
method which the
SubscriptionsDelete
request conforms to.
Creating a Request
Creates a value of SubscriptionsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SubscriptionsDelete Source #
Deletes a subscription.
See: subscriptionsDelete
smart constructor.