Skip To Content
ArcGIS Developer
Dashboard

Unregister Data Item

Description

This operation unregisters a data item that has been previously registered with the server's data store.

Request parameters

ParameterDetails
itempath

The item path for the data item.

Example

itempath=/fileShares/folder_share
force

(Required)

Added in 10.4. To unregister a data store item, this parameter must be set to true.

Value: true

f

The response format. The default response format is html.

Values: html | json| pjson

Example usage

Below is a sample encoded POST request for unregisterItem:


POST /webadaptor/admin/data/unregisterItem HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

itempath=/fileShares/folder_share&force=true&f=json

JSON Response example

{"status": "success"}