- URL:
- https://<root>/<serviceName>/FeatureServer/unRegisterReplica
- Methods:
POST
- Required Capability:
- Create,Update,Delete,Sync
- Version Introduced:
- 10.0
Description
The un
operation is performed on a feature service resource. This operation unregisters a replica on the feature service. It requires the Sync capability. See Sync overview for more information on sync.
You can provide arguments to the un
operation as defined in the following parameters table:
New in 10.5.1
- The
unregister
operation now supports aReplica replica
value ofID *
.
Request parameters
Parameter | Details |
---|---|
|
The response format. The default response format is Values: |
| The replicaID returned by the feature service when the replica was created. The ID of a replica can also be found by accessing the feature service Replicas resource. New in 10.5.1: If This is a required parameter. Syntax: Example: |
Example usage
Unregister a replica:
https
}
JSON response syntax
{
"success": <true | false>,
"error": {
"code": <error>,
"message": "<message>",
"details": "<details>"
}
}
JSON response example
{
"success": true
}