- URL:https://[root]/community/groups/[groupID]/deleteCategorySchema(POST only)
Example Usage
URL for Delete Group Category Schema
https://www.arcgis.com/sharing/rest/community/groups/826ab72ed44c48beb8735c2634e0bfad/deleteCategorySchema
Description
The Delete Group Category Schema operation (POST only) allows group owner or managers to remove the category schema set on a group.
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}
JSON Response Example
{"success": true}
or
{"error": {
"code": 404,
"message": "Resource does not exist or is inaccessible.",
"details": []
}}