删除通知策略。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteNotificationsByIds | 接口名称。当前 API 的名称为 DeleteNotificationsByIds 。 |
Version | String | 是 | 2018-01-01 | 接口版本。当前 API 的版本为 2018-01-01 。 |
Ids | Array of String | 否 | 189898***00 | 通知策略 ID。 |
POST https://open.volcengineapi.com?Action=DeleteNotificationsByIds&Version=2018-01-01 Content-Type: application/json { "Ids": [ "189898***00" ] }
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Data | Array of String | 189898***00 | 通知策略 ID。 |
{ "ResponseMetadata": { "Action": "DeleteNotificationsByIds", "Region": "cn-beijing", "Service": "Volc_Observe", "Version": "2018-01-01", "RequestId": "20230604110420****100232280022D31" }, "Result": { "Data": [ "189898***00" ] } }
本接口无特有的错误码。更多信息请参见 错误码。