/billing/alerts/{id}
移除一条不再需要的用量告警规则,返回 204 无内容表示删除成功
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
|---|---|---|---|---|---|---|---|
id |
path |
string |
Yes | 告警ID |
Responses
| Status | Description | Schema |
|---|---|---|
| 204 | 删除成功 | |
| 400 | 请求参数错误 | object |
| 401 | 未授权 | object |
| 404 | 告警不存在 | object |
| 500 | 服务器内部错误 | object |