Unregister Server
- URL:https://<server-url>/unregister(POST only)
Description
This operation unregisters an ArcGIS Server site from the portal. The server is no longer federated with the portal after this operation completes.
After this operation completes, you must invoke the Update Security Configuration operation on your ArcGIS Server site to specify how you want the server to work with users and roles.
Request Parameters
Parameter | Details |
|---|---|
| [Common Parameters] |
Description: For a complete listing, see Common parameters. |
Response Properties
Property | Details |
|---|---|
| success | A Boolean property indicating whether the unregistration was successful. |
Example Usage
https://myportal.mydomain.com/arcgis/sharing/rest/portals/0123456789ABCDEF/servers/J5TUOrNQurCDgHFq/unregister
JSON Response Syntax
{"success": true | false}
JSON Response Example
{"success": true}