FRAMES | NO FRAMES Description | Parameters | Examples | Response
Delete Replication Info (Operation)
URL http://<replication-url>/deleteInfo
Parent Resource Replication

Description

Deletes the replication configuration information from the ArcGIS Workflow Manager system.

Parameters

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

Values: html | json
user Required
Description: The username of the client.

Example Usage

Example 1: URL for deleting replication info in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/replication/deleteInfo?user=cjones

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }