- URL:https://<notebookserveradmin>/system/directories/<directoryID>/unregister(POST only)
- Required Capability:Administrator
- Version Introduced:10.7
Description
This operation unregisters an existing directory from the ArcGIS Notebook Server site.
Request Parameters
| Parameter | Details |
|---|---|
| f | The response format. The default is html. Values: html | json | pjson |
Response Properties
| Property | Details |
|---|---|
| success | Returns true or false. |
JSON Response Syntax
{
"success": "true|false"
}
JSON Response Example
{
"success": "true"
}