deleteAttachments
deleteAttachments
FunctiondeleteAttachments(requestOptions: IDeleteAttachmentsOptions): Promise<{ deleteAttachmentResults: IEditFeatureResult[] }>
Delete existing attachment files of a feature by id. See Delete Attachments for more information.
Parameters
Parameter | Type | Notes |
---|---|---|
request | IDeleteAttachmentsOptions | Options for the request. |
Returns
Promise<{ deleteAttachmentResults: IEditFeatureResult[] }>
A Promise that will resolve with the deleteAttachments()
response.