Skip to content

delete_replication_source

Alberto Gonzalez edited this page Oct 29, 2015 · 1 revision

(DELETE)/replication/source

Description

Remove the replication source configuration from the system specified by its id.

Request

Syntax

DELETE /api/replication/source/{sid}
Host: <server host name>
Accept: application/json
AuthToken: <authentication token returned from authenticate>

Parameters

Name Description Required
sid The id of the source system we want to deconfigure always

Response

Status code, Status string

Parameters

Examples

Sample Request

DELETE /api/replication/source/12
Host: <server host name>
Accept: application/json
AuthToken: 8a00sjerhterqerjlqkjlk443l4j56869h4f_)(fjdkasHHHHHkdal324

Sample Response

200 Success

Failed source deletion will return HTTP Status 500 with a result object with an error message and KB link.

Clone this wiki locally