- URL:
- https://[root]/portals/[portalID]/classifcation/deleteClassificationSchema
- Methods:
POST
- Version Introduced:
- 11.4
Example usage
The following is a sample ArcGIS Enterprise POST request for the delete
operation:
POST /webadaptor/sharing/rest/portals/0123456789ABCDEF/classification/deleteClassificationSchema HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjson&token=IrJJfqrMHKhCqEupZPKe5T8PO2AQX5T7ZpO7z6A0vW3C79IeazSsnW2_vSGNY60VzQl17_09PDnvhUN0X6lRx3rmQqY2_46zc92_oCdl7tJSEjXBXxm9KDAHVzzNe0cg1bWkgXMURZP99blLw2eQy34PFjh23HfDVj973qByV3LARhhn03YMmJIyFQoc1F-T
Description
The delete
operation removes an assigned classification schema from an organization and sets the has
property to false
. Once the classification schema has been removed, new items will no longer need to be classified. Items that had already been classified when the classification schema was unassigned will retain their classification marking.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
JSON Response example
{"success": true}