Delete Image Collection
- URL:https://<rasteranalysistools-url>/DeleteImageCollection
- Related Resources:Add Image, Calculate Density, Calculate Distance, Calculate Travel Cost,Classify, Classify Pixels Using Deep Learning, Convert Feature to Raster, Convert Raster to Feature, Copy Raster, Create Image Collection, Create Viewshed, Delete Image, Detect Objects Using Deep Learning, Determine Optimum Travel Cost Network, Determine Travel Cost Paths to Destinations, Determine Travel Cost Path as Polyline, Export Training Data for Deep Learning, Fill, Flow Accumulation, Flow Direction, Flow Distance, Generate Raster, Install Deep Learning Model, Interpolate Points, List Deep Learning Model Info, Nibble, Query Deep Learning Model Info, Segment, Stream Link, Summarize Raster Within, Train Classifier, Uninstall Deep Learning Model, Watershed
- Version Introduced:10.6.1
Description

The DeleteImageCollection task deletes the image collection image service, that is, the portal-hosted image layer item. It will not delete the source images that the image collection references.
License:Request parameters
Parameter | Details |
|---|---|
| imageCollection (Required) | The image collection (mosaic dataset) name or URL. The image collection must exist before calling this service to delete the images. Syntax: A JSON object supports three case sensitive keys: itemId, url, and uri. Example: |
| f | The response format. The default response format is html. Values: html | json |
Response
When you submit a request, the task assigns a unique job ID for the transaction.
Syntax:
{
"jobId": "<unique job identifier>",
"jobStatus": "<job status>"
}
After the initial request is submitted, you can use the jobId to periodically check the status of the job and messages as described in Checking job status. Once the job has successfully completed, you use the jobId to retrieve the results. To track the status, you can make a request of the following form:
https://<raster analysis tools url>/DeleteImageCollection/jobs/<jobId>
When the status of the job request is esriJobSucceeded, you can access the results of the analysis by making a request of the following form:
https://<raster analysis tools url>/DeleteImageCollection/jobs/<jobId>/results
The result will be a Boolean value indicating whether the deletion was successful.
Example usage
The folliwing is a sample request URL for DeleteImageCollection:
https://services.myserver.com/arcgis/rest/services/System/RasterAnalysisTools/GPServer/DeleteImageCollection/submitJob