/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:

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

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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close