RemoveIntegrationConfig - 解除集成配置

解除集成配置

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求语法

POST /integrationConfig/remove HTTP/1.1

请求参数

名称类型必填描述示例值
bodyobject

请求 Body。

integrationConfigIdlong

集成配置 ID。

103
clientTokenstring

幂等 ID。

FD200FAE-E98F-496E-BFE6-4CE61E59A2E9

返回参数

名称类型描述示例值
object

响应结构。

requestIdstring

请求 ID。

10REQUES-AC5C-4B59-BE11-378F117A6A88

示例

正常返回示例

JSON格式

{
  "requestId": "10REQUES-AC5C-4B59-BE11-378F117A6A88"
}

错误码

HTTP status code错误码错误信息描述
400IntegrationConfigExistsRouteRuleintegration config exists routeRule.监控存在流转规则配置
403IntegationConfigNotIntegratedThe specified integration config is not integrated.集成配置未集成
403IntegationConfigAlreadyDisableThe specified integration config is already disabled.集成配置已禁用
404IntegationConfigNotExistsThe specified integration config does not exist.集成配置不存在

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史