gogol-mirror-0.0.1: Google Mirror 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.Mirror.Timeline.Attachments.Delete

Contents

Description

Deletes an attachment from a timeline item.

See: Google Mirror API Reference for mirror.timeline.attachments.delete.

Synopsis

REST Resource

type TimelineAttachmentsDeleteResource = "mirror" :> ("v1" :> ("timeline" :> (Capture "itemId" Text :> ("attachments" :> (Capture "attachmentId" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))) Source

A resource alias for mirror.timeline.attachments.delete method which the TimelineAttachmentsDelete request conforms to.

Creating a Request

timelineAttachmentsDelete Source

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

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

Request Lenses

tadItemId :: Lens' TimelineAttachmentsDelete Text Source

The ID of the timeline item the attachment belongs to.