禁用集成配置。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
POST /integrationConfig/disable HTTP/1.1
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
body | object | 否 | A short description of struct | |
integrationConfigId | long | 否 | 集成配置 id | 12345703 |
clientToken | string | 否 | 幂等标识 | 601FA6A2-AC5C-4B59-BE11-378F887A6A11 |
返回参数
示例
正常返回示例
JSON
格式
{
"requestId": "601FA6A2-AC5C-4B59-BE11-378F887A6A11"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
403 | IntegationConfigNotIntegrated | The specified integration config is not integrated. | 集成配置未集成 |
403 | IntegationConfigAlreadyDisable | The specified integration config is already disabled. | 集成配置已禁用 |
404 | IntegationConfigNotExists | The specified integration config does not exist. | 集成配置不存在 |
访问错误中心查看更多错误码。