- URL:
- https://<root>/services/unfederate
- Methods:
POST
- Required Capability:
- Access allowed with any authorized privilege
- Version Introduced:
- 10.2
Description
The unfederate
operation removes any Enterprise portal items that represent services running on the federated server that you will be unfederating. These services are removed automatically as part of the unfederate process. However, if the automatic removal of service items fails as part of the unfederate process, you can manually re-run this operation to remove the items from the portal.
The unfederate
operation does not remove any items representing services published by portal users (in other words, services on the server located in the Hosted folder). Those services are entirely managed by the Enterprise portal.
Request parameters
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
Example usage
The following is a sample POST request for the unfederate
operation:
POST /webadaptor/admin/services/unfederate HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjson
JSON Response example
{"status": "success"}