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