Function deleteAttachments(ids:gis:)
public func deleteAttachments(ids: [Int], gis: GIS)
Deletes all the Attachment
s whose ID is contained within ids
.
Parameters
Name | Type | Description |
---|---|---|
ids | [Int] |
The IDs of the |
gis | GIS |
The |
Returns
A JSON
response that describes whether the request succeeded or failed.