Skip To Content
ArcGIS Developer
Dashboard

Unregister Server Directory

  • URL:https://<system-directories-url>/<directory>/unregister(POST only)
  • Required Capability:Administrator
  • Version Introduced:10.8

Description

Unregisters a server directory. Once a directory has been unregistered, it can no longer be referenced (used) from within a GIS service.

Note:
The contents of the directory are not deleted.

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/system/directories/arcgisjobs/unregister HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=json

JSON Response example

{"status": "success"}