- URL:
- https://<root>/data/unregisterItem
- Methods:
POST- Version Introduced:
- 12.0
Description
The unregister operation unregisters a data item that has been previously registered with the server's data store.
Request parameters
| Parameter | Details |
|---|---|
(Required) | The item path for the data item. Example |
(Required) | To unregister a data store item, this parameter must be set to Value: |
(Required) | The response format. The default response format is Values: |
(Required) | Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation. |
Example usage
The following is a sample POST request for the unregister operation:
POST /<context>/admin/data/unregisterItem HTTP/1.1
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
itempath=/fileShares/folder_share&force=true&f=pjsonJSON Response example
{"status": "success"}