Skip To Content
ArcGIS Developer
Dashboard

Unregister Directory

Description

This operation 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"}