Skip To Content
ArcGIS Developer
Dashboard

Unregister Relational Data Store Type

Description

Legacy:

The use of all relational data store operations in the ArcGIS Server Admin API has been deprecated. Starting at Insights 2021.1, the registration and management of relational data store types should be performed with ArcGIS Insights. For more information, see Manage connector types.

Unregisters a relational data store type from the server.

Note:

At ArcGIS Server 10.5, you cannot unregister a relational data store type if there are any relational catalog services using it.

Caution:

Once a relational data store type has been unregistered, you must restart ArcGIS Server on each machine in your site. To do this, you must restart the Windows Service or use the stopserver/startserver scripts on Linux.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample POST request for unregister:


POST /webadaptor/admin/data/relationalDatastoreTypes/esri.hana/unregister HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=json

JSON Response example

{"status": "success"}