FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL | http://<featureservice-url>/unRegisterReplica (POST only) |
Parent Resource | Feature Service |
---|---|
Required Capability | Create,Update,Delete |
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.
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> replicaID=replicaID |
Example 1: Unregister a replica:
http://myServer:6080/arcgis/rest/services/bpo/FeatureServer/unregisterReplica?f=pjson&replicaID=782C698A-298B-484B-A02F-633758719109
{}
{}