删除时间序列series
POST
/api/v1/admin/tsdb/delete_series
成功响应状态码为204。
请求参数
Body 参数application/x-www-form-urlencoded
match[]
array[string]
必需
<series_selector>: 重复的标签匹配器参数,用于选择要删除的序列。必须至少提供一个match[]参数
示例值:
[]
start
string
可选
<rfc3339 | unix_timestamp>: 开始时间戳
end
string
可选
<rfc3339 | unix_timestamp>: 结束时间戳