We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e465a4 commit 61fe70aCopy full SHA for 61fe70a
content/shared/influxdb3-admin/last-value-cache/delete.md
@@ -40,7 +40,7 @@ curl -X DELETE "https://localhost:8181/api/v3/configure/last_cache?db=DATABASE_N
40
41
```bash
42
curl -X DELETE "https://localhost:8181/api/v3/configure/last_cache?db=example-db&table=home&name=homeLastCache" \
43
- -H "Authorization: Bearer 00xoXX0xXXx0000XxxxXx0Xx0xx0"
+ --header "Authorization: Bearer 00xoXX0xXXx0000XxxxXx0Xx0xx0"
44
```
45
46
**Response codes:**
0 commit comments