All Products
Search
Document Center

ApsaraDB RDS:DeleteDBInstanceReplication

Last Updated:Apr 18, 2026

Deletes a replication link for a native replication instance.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.