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

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
pull/6277/head
Jameelah Mercer 2025-08-01 13:26:40 -07:00 committed by GitHub
parent 5ea874998c
commit 5e465a4121
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ To use the HTTP API to delete a Last Value Cache, send a `DELETE` request to the
{{% code-placeholders "(DATABASE|TABLE|LVC)_NAME|AUTH_TOKEN" %}}
```bash
curl -X DELETE "https://localhost:8181/api/v3/configure/last_cache?db=DATABASE_NAME&table=TABLE_NAME&name=LVC_NAME" \
-H "Authorization: Bearer AUTH_TOKEN"
--header "Authorization: Bearer AUTH_TOKEN"
```
{{% /code-placeholders %}}