Deletes a replication link for a native replication instance.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. You can call the DescribeRegions operation to query available regions. |
cn-hangzhou |
| DbInstanceId |
string |
Yes |
The instance ID. You can call the DescribeDBInstances operation to query your instances. |
rm-bp1234567890abcdef |
| ChannelName |
string |
No |
The name of the replication channel that identifies the replication link. |
replication-channel-001 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
F2911788-25E8-42E5-A3A3-1B38D263F01E |
Examples
Success response
JSON format
{
"RequestId": "F2911788-25E8-42E5-A3A3-1B38D263F01E"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidReplicationChannelName.Forbid | Specified replication channel name is forbidden (reserved for internal use). | Specified replication channel name is forbidden (reserved for internal use). |
| 404 | InvalidReplicationChannel.NotFound | Specified replication channel does not exist. | Specified replication channel does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.