removeItemThumbnail
FunctionremoveItemThumbnail(requestOptions: IUserItemOptions): Promise<{ success: boolean }>Delete an item's thumbnail. See the REST Documentation for more information.
import { removeItemThumbnail } from "@esri/arcgis-rest-portal";
removeItemThumbnail({
id: "3ef",
owner: "c@sey",
authentication
})
.then(response)Parameters
| Parameter | Type | Notes |
|---|---|---|
request | IUserItemOptions | Options for the request |
Returns
Promise<{ success: boolean }>A Promise that deletes a thumbnail.