/deleteClassificationSchema: Delete Classification Schema

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 deleteClassificationSchema operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
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 deleteClassificationSchema operation removes an assigned classification schema from an organization and sets the hasClassificationSchema 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

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response example

Use dark colors for code blocksCopy
1
{"success": true}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.