Revert "Merge branch 'main' into jck/tempo-fix-streaming"

This reverts commit 452b0acf09, reversing
changes made to 0d1ec94548.
This commit is contained in:
Jocelyn Collado-Kuri
2026-01-12 12:58:47 -08:00
parent 645e55cd68
commit 0809124b11
217 changed files with 8290 additions and 922 deletions
@@ -259,6 +259,10 @@ JSON Body schema:
```
### Delete folder
`DELETE /apis/folder.grafana.app/v1beta1/namespaces/:namespace/folders/:uid`
Deletes an existing folder identified by UID along with all dashboards (and their alerts) stored in the folder. This operation cannot be reverted.
If [Grafana Alerting](ref:alerting) is enabled, you can set an optional query parameter `forceDeleteRules=false` so that requests will fail with 400 (Bad Request) error if the folder contains any Grafana alerts. However, if this parameter is set to `true` then it will delete any Grafana alerts under this folder.
@@ -337,6 +341,10 @@ JSON Body schema:
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
```
**Example Response**:
```http
HTTP/1.1 200
Content-Type: application/json
```