DeleteNotificationLists
更新时间:2024-12-10 11:03:08
PDF
删除通知列表。
注意 |
---|
删除通知列表不会连带其中的通知项一起删除,这是为了将来可能会复用已创建过的通知项。 |
如果需要删通知项请调用 DeleteNotificationItems
请求参数
Parameter name | Type | Description | Required |
---|---|---|---|
notification_lists |
Array |
要删除的通知列表 ID |
Yes |
除上述请求参数外,还包含公共参数。
返回数据
Name | Type | Description |
---|---|---|
action |
String |
响应动作 |
notification_lists |
Array |
被删除的通知列表 ID |
ret_code |
Integer |
执行成功与否,0 表示成功,其他值则为错误代码 |
请求示例
https://api.qingcloud.com/iaas/?action=DeleteNotificationLists
¬ification_lists.1=nl-xxxxx
&COMMON_PARAMS
返回示例
{
"action":"DeleteNotificationListsResponse",
"notification_lists":[
"nl-xxxx"
],
"ret_code":0
}