- URL:
 - https://[root]/community/groups/[groupID]/unprotect
 - Methods:
 POST
Example Usage
URL for Unprotect Group
https://www.arcgis.com/sharing/rest/community/groups/b2705a7178734e0eb7004ad19309faac/unprotectDescription
The Unprotect Group operation (POST only) disables the group delete protection.
Request Parameters
| Parameter | Details | 
|---|---|
  | For a complete listing, see Common parameters.  | 
Response Properties
| Property | Details | 
|---|---|
  | Indicates if the operation was successful.  | 
JSON Response Syntax
{"success": true | false}JSON Response Example
{"success": true}