Skip to content

Commit 5e465a4

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To use the HTTP API to delete a Last Value Cache, send a `DELETE` request to the
3232
{{% code-placeholders "(DATABASE|TABLE|LVC)_NAME|AUTH_TOKEN" %}}
3333
```bash
3434
curl -X DELETE "https://localhost:8181/api/v3/configure/last_cache?db=DATABASE_NAME&table=TABLE_NAME&name=LVC_NAME" \
35-
-H "Authorization: Bearer AUTH_TOKEN"
35+
--header "Authorization: Bearer AUTH_TOKEN"
3636
```
3737
{{% /code-placeholders %}}
3838

0 commit comments

Comments
 (0)