- URL:
 - https://<root>/machines/unregister
 - Methods:
 POST- Required Capability:
 - Access allowed only with the default administrator role
 - Version Introduced:
 - 10.4
 
Description
The unregister operation unregisters a portal machine from the portal site. This operation can only performed when there are two machines participating in a portal site.
Request parameters
| Parameter | Details | 
|---|---|
  | The name of the machine to be unregistered. Example  | 
  | The formatting parameter. The default is  Values:   | 
Example usage
The following is a sample POST request for the unregister operation:
POST /webadaptor/portaladmin/machines/unregister HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
machineName=portalhost.domain.com&f=pjsonJSON Response example
{"status": "success"}