删除通知组
DELETE
/api/v1/notification_group/{id}删除通知组
请求参数
Path 参数
id
string
通知组ID
示例代码
返回响应
删除通知组成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
可选
message
string
可选
示例
{
"code": 0,
"message": "string"
}
最后修改时间: 1 个月前
DELETE
/api/v1/notification_group/{id}删除通知组
{
"code": 0,
"message": "string"
}