ArcGISKit Documentation

Function delete​Attachments(ids:​gis:​)

public func deleteAttachments(ids: [Int], gis: GIS) 

Deletes all the Attachments whose ID is contained within ids.

Parameters

ids [Int]

The IDs of the Attachments you wish to delete.

gis GIS

The GIS to use to authenticate.

Returns

A JSON response that describes whether the request succeeded or failed.