cancelItemUpload
FunctioncancelItemUpload(requestOptions?: IUserItemOptions): Promise<IUpdateItemResponse>Cancels a multipart upload on an item. See the REST Documentation for more information.
import { cancelItemUpload } from "@esri/arcgis-rest-portal";
//
cancelItemUpload({
  id: "30e5fe3149c34df1ba922e6f5bbf808f",
  authentication
})
  .then(response)Parameters
| Parameter | Type | Notes | 
|---|---|---|
request | IUserItemOptions | Options for the request  | 
Returns
Promise<IUpdateItemResponse>A Promise to get the commit result.