Unregister Federation
- URL:https://<portal-url>/idp/federation/<federationId>/unregister(POST only)
Description
The unregister federation operation (POST only) allows organization administrator to remove the enterprise login set up with a SAML-based federation of identity providers.
Request Parameters
Parameter | Details |
|---|---|
| [Common Parameters] | For a complete listing, see Common parameters. |
Response Properties
Property | Details |
|---|---|
| success | Indicates if the operation was successful. |
Example Usage
URL for Unregister Federation
https://www.arcgis.com/sharing/rest/portals/J423vH8fR9HV444k/idp/federation/7JgLJjJMfGXfDops/unregister
JSON Response Syntax
{
"success": true
}
JSON Response Example
{
"success": true
}