Skip to content

Commit 5ea8749

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/influxdb3-admin/last-value-cache/delete.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent a5c19e6 commit 5ea8749

File tree

1 file changed

+3
-1
lines changed
  • content/shared/influxdb3-admin/last-value-cache

1 file changed

+3
-1
lines changed

content/shared/influxdb3-admin/last-value-cache/delete.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ influxdb3 delete last_cache \
2525

2626
## Use the HTTP API
2727

28-
You can also delete a Last Value Cache using the [InfluxDB v3 HTTP API](/influxdb3/version/api/v3/). Send a `DELETE` request to the `/api/v3/configure/last_cache` endpoint with query parameters.
28+
To use the HTTP API to delete a Last Value Cache, send a `DELETE` request to the `/api/v3/configure/last_cache` endpoint with query parameters.
29+
30+
{{% api-endpoint method="DELETE" endpoint="/api/v3/configure/last_cache" api-ref="/influxdb3/core/api/v3/#operation/DeleteConfigureLastCache" %}}
2931

3032
{{% code-placeholders "(DATABASE|TABLE|LVC)_NAME|AUTH_TOKEN" %}}
3133
```bash

0 commit comments

Comments
 (0)