FRAMES | NO FRAMES Description | Parameters | Examples | Response
Unregister Replica - Feature Service (Operation)
URL http://<featureservice-url>/unRegisterReplica(POST only)
Parent Resource Feature Service
Required Capability Create,Update,Delete

Description

The unregister replica operation is performed on a feature service resource. This operation unregisters a replica on the feature service.

You can provide arguments to the unRegisterReplica operation as query parameters defined in the parameters table below.

Parameters

Parameter Details
f Description: The response format. The default response format is html.

Values: html | json

replicaID Description: The replicaID returned by the feature service when the replica was created.
This is a required parameter.

Syntax:
replicaID=<replicaID>
Example:
replicaID=replicaID

Example Usage

Example 1: Unregister a replica:

http://myServer:6080/arcgis/rest/services/bpo/FeatureServer/unregisterReplica?f=pjson&replicaID=782C698A-298B-484B-A02F-633758719109

JSON Response Syntax

{}

JSON Response Example

{}