- URL:https://<data-url>/unregisterItem
(POST only)
- Required Capability:Default administrator role | All authorized privileges
- Version Introduced:10.1
Description
This operation unregisters a data item that has been previously registered with the server's data store.
Request parameters
Parameter | Details |
---|---|
itempath | The item path for the data item. Example
|
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"}