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
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| replicationId | String | Yes | Replication task ID, you can call the List Replication Tasks interface to query. | rp-deddhxp65zbp |
Response Parameters
| Parameter | Type | Description | Example |
|---|---|---|---|
| success | Boolean | Whether the call was successful. | true |
| requestId | String | Request ID. | En5p0EZR-bhgdlCPngdfa0NKdgdh5OFB |
Successful Invocation Example
{
"success": true,
"requestId": "En5p0EZR-bhgdlCPngdfa0NKdgdh5OFB"
}