Skip to main content

Delete Replication Task

Use this API to delete a specified replication task. Deleted tasks cannot be restored.

Usage Notes

Delete a replication task only after confirming that the task is no longer required. A successful API response confirms that the delete request was accepted. To pause a running task, use Suspend Replication Task instead.

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"
}

Result

A successful response confirms that the replication task has been deleted. Deleted tasks cannot be restored.