Skip to main content

Delete Replication Task

Delete a specified replication task, and the deleted task cannot be recovered.

Request URL: /openapi/v1/replication/delete

Request Method: POST

Request Parameters

ParameterTypeRequiredDescriptionExample
replicationIdStringYesReplication task ID, you can call the List Replication Tasks interface to query.rp-deddhxp65zbp

Response Parameters

ParameterTypeDescriptionExample
successBooleanWhether the call was successful.true
requestIdStringRequest ID.En5p0EZR-bhgdlCPngdfa0NKdgdh5OFB

Successful Invocation Example

{
"success": true,
"requestId": "En5p0EZR-bhgdlCPngdfa0NKdgdh5OFB"
}