調(diào)用DeleteGatewayInstance刪除數(shù)據(jù)庫網(wǎng)關(guān)節(jié)點。

調(diào)試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數(shù)

名稱 類型 是否必選 示例值 描述
Action String DeleteGatewayInstance

系統(tǒng)規(guī)定參數(shù)。取值:DeleteGatewayInstance。

GatewayId String dg-123

網(wǎng)關(guān)ID。

GatewayInstanceId String dg-node-123

網(wǎng)關(guān)實例ID。

RegionId String cn-hangzhou

地域ID。

返回數(shù)據(jù)

名稱 類型 示例值 描述
Code String 200

響應碼。

Data String SUCCESS

返回數(shù)據(jù)。

ErrorMsg String Error

報錯信息。

RequestId String 41916DEB-F62D-41FA-AB53-FC61D795BC66

請求ID。

Success Boolean true

請求成功標識。

示例

請求示例

http(s)://[Endpoint]/?Action=DeleteGatewayInstance
&GatewayId=dg-123
&GatewayInstanceId=dg-node-123
&RegionId=cn-hangzhou
&<公共請求參數(shù)>

正常返回示例

XML格式

<RequestId>41916DEB-F62D-41FA-AB53-FC61D795BC66</RequestId>
<ErrorMsg>Error</ErrorMsg>
<Data>SUCCESS</Data>
<Code>200</Code>
<Success>true</Success>

JSON格式

{"RequestId":"41916DEB-F62D-41FA-AB53-FC61D795BC66","ErrorMsg":"Error","Data":"SUCCESS","Code":"200","Success":"true"}

錯誤碼

訪問錯誤中心查看更多錯誤碼。