You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/arcgis-rest-portal/src/items/remove.ts
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -138,3 +138,31 @@ export function removeFolder(requestOptions: IFolderIdOptions): Promise<{
138
138
returnrequest(url,requestOptions);
139
139
});
140
140
}
141
+
142
+
/**
143
+
* Delete an item's thumbnail. See the [REST Documentation](https://developers.arcgis.com/rest/users-groups-and-items/delete-item-thumbnail.htm) for more information.
144
+
*
145
+
* ```js
146
+
* import { removeItemThumbnail } from "@esri/arcgis-rest-portal";
0 commit comments