You need to enable JavaScript to run this app.
导航
DeleteNotificationsByIds
最近更新时间:2025.04.14 14:43:15首次发布时间:2025.04.14 14:43:15
我的收藏
有用
有用
无用
无用

删除通知策略。

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com?Action=DeleteNotificationsByIds&Version=2018-01-01

调试

请求参数

参数类型是否必选示例值描述
ActionStringDeleteNotificationsByIds接口名称。当前 API 的名称为 DeleteNotificationsByIds
VersionString2018-01-01接口版本。当前 API 的版本为 2018-01-01

Ids

Array of String

189898***00

通知策略 ID。
可以调用 ListNotifications 接口,获取通知策略 ID。

请求示例

POST https://open.volcengineapi.com?Action=DeleteNotificationsByIds&Version=2018-01-01
Content-Type: application/json
{
    "Ids": [
        "189898***00"
    ]
}

返回参数

参数类型示例值描述
DataArray of String189898***00通知策略 ID。

返回示例

{
    "ResponseMetadata": {
        "Action": "DeleteNotificationsByIds",
        "Region": "cn-beijing",
        "Service": "Volc_Observe",
        "Version": "2018-01-01",
        "RequestId": "20230604110420****100232280022D31"
    },
    "Result": {
        "Data": [
            "189898***00"
        ]
    }
}

错误码

本接口无特有的错误码。更多信息请参见 错误码