gogol-gmail-0.0.1: Google Gmail SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Gmail.Users.Drafts.Delete

Contents

Description

Immediately and permanently deletes the specified draft. Does not simply trash it.

See: Gmail API Reference for gmail.users.drafts.delete.

Synopsis

REST Resource

type UsersDraftsDeleteResource = "gmail" :> ("v1" :> ("users" :> (Capture "userId" Text :> ("drafts" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))) Source

A resource alias for gmail.users.drafts.delete method which the UsersDraftsDelete request conforms to.

Creating a Request

usersDraftsDelete Source

Arguments

:: Text

uddId

-> Text 
-> UsersDraftsDelete 

Creates a value of UsersDraftsDelete with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data UsersDraftsDelete Source

Immediately and permanently deletes the specified draft. Does not simply trash it.

See: usersDraftsDelete smart constructor.

Request Lenses

uddUserId :: Lens' UsersDraftsDelete Text Source

The user's email address. The special value me can be used to indicate the authenticated user.

uddId :: Lens' UsersDraftsDelete Text Source

The ID of the draft to delete.