删除联系组。
该联系组当前不是告警策略关联的唯一联系组。
ServiceName : Volc_Observe Region : cn-beijing AccessKey : xxx SecretKey : xxx
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteContactGroupByIds | 接口名称。当前 API 的名称为 DeleteContactGroupByIds 。 |
Version | String | 是 | 2018-01-01 | 接口版本。当前 API 的版本为 2018-01-01 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Ids | Array of String | 是 |
| 联系组ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Data | Array of String | ["145258255725730****"] | 联系组ID。 |
POST https://open.volcengineapi.com?Action=DeleteContactGroupByIds&Version=2018-01-01 ServiceName: Volc_Observe Region: cn-beijing AccessKey: xxx SecretKey: xxx { "Ids":[ "145258255725730****" ] }
{ "ResponseMetadata": { "RequestId": "2022092215001701017423503808******", "Action": "DeleteContactGroupByIds", "Version": "2018-01-01", "Service": "Volc_Observe", "Region": "" }, "Result": { "Data": [ "145258255725730****" ] } }
本接口无特有的错误码。更多信息请参见错误码。