Interface FeatureLayerDeleteAttachmentsOptions

interface FeatureLayerDeleteAttachmentsOptions {
    attachmentIds: string | number[];
    extraParams?: Record<string, string | number | boolean>;
    objectId: number;
    responseFormat?: "json" | "pjson";
}

Properties

attachmentIds: string | number[]
extraParams?: Record<string, string | number | boolean>
objectId: number
responseFormat?: "json" | "pjson"