Skip to main content

Delete Replication Task

Deletes a specified replication task. Deleted tasks cannot be restored.

Request URL: /openapi/v1/replication/delete

Request Method: POST

Request Parameters

ParameterTypeRequiredDescriptionExample
replicationIdStringYesReplication task ID.rp-div1e4z3z3g3

Response Parameters

ParameterTypeDescriptionExample
successBooleanWhether the request was successful.true
requestIdStringRequest ID.Cv6i6IDN-HNOGzJCnGKLr6NHdIPc2KWG
messageStringMessage returned when the request fails.replication rp-xxx not found

Successful Invocation Example

{
"success": true,
"requestId": "Cv6i6IDN-HNOGzJCnGKLr6NHdIPc2KWG"
}