- URL:
- https://[root]/community/groups/[groupID]/deleteCategorySchema
- Methods:
- POST
Example Usage
URL for Delete Group Category Schema
https://www.arcgis.com/sharing/rest/community/groups/826ab72ed44c48beb8735c2634e0bfad/deleteCategorySchemaDescription
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 | 
|---|---|
| 
 | For a complete listing, see Common parameters. | 
Response Properties
| Property | Details | 
|---|---|
| 
 | 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": []
}}