Skip To Content
ArcGIS Developer
Dashboard

/unprotect: Unprotect Group

  • 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

ParameterDetails
[Common Parameters]

For a complete listing, see Common parameters.

Response Properties

PropertyDetails
success

Indicates if the operation was successful.

JSON Response Syntax

{"success": true | false}

JSON Response Example

{"success": true}