- URL:
- https://<root>/data/unregisterItem
- Methods:
POST
- Required Capability:
- Access allowed with any authorized privilege
- Version Introduced:
- 10.1
Description
The unregister
operation unregisters a data item that has been previously registered with the server's data store.
Request parameters
Parameter | Details |
---|---|
| The item path for the data item. Example
|
(Required) | To unregister a data store item, this parameter must be set to Value: |
| The response format. The default response format is Values: |
Example usage
The following is a sample POST request for the unregister
operation:
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=pjson
JSON Response example
{"status": "success"}