- URL:https://<directory-url>/unregister
(POST only)
- Required Capability:Default administrator role
- Version Introduced:10.1
Description
This operation unregisters a server directory. Once a directory has been unregistered, it can no longer be referenced (used) from within a GIS service.
Note:
The contents of the directory are not deleted.Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Example usage
Below is a sample POST request for unregister:
POST /webadaptor/admin/system/directories/arcgisjobs/unregister HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=json
JSON Response example
{"status": "success"}