From 274dce9de23dc77d06a57e3aa8a326f74ef77aaa Mon Sep 17 00:00:00 2001 From: showuon <43372967+showuon@users.noreply.github.com> Date: Thu, 20 Aug 2020 19:57:01 +0800 Subject: [PATCH] Add a link to Clean TombStone for better reference (#7830) Signed-off-by: Luke Chen --- docs/querying/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/api.md b/docs/querying/api.md index c3f40d74d..e389a59ae 100644 --- a/docs/querying/api.md +++ b/docs/querying/api.md @@ -980,7 +980,7 @@ The snapshot now exists at `/snapshots/20171210T211224Z-2be650b6d019eb *New in v2.1 and supports PUT from v2.9* ### Delete Series -DeleteSeries deletes data for a selection of series in a time range. The actual data still exists on disk and is cleaned up in future compactions or can be explicitly cleaned up by hitting the Clean Tombstones endpoint. +DeleteSeries deletes data for a selection of series in a time range. The actual data still exists on disk and is cleaned up in future compactions or can be explicitly cleaned up by hitting the [Clean Tombstones](#clean-tombstones) endpoint. If successful, a `204` is returned.