From 4da2c50990cf2fd16e97a52be082a8e254f816c5 Mon Sep 17 00:00:00 2001 From: ti361 Date: Mon, 28 Jul 2025 18:10:20 +0800 Subject: [PATCH] change method "GET" to "DELETE" with the "Delete a report" API (#108750) --- docs/sources/developers/http_api/reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/http_api/reporting.md b/docs/sources/developers/http_api/reporting.md index 8666f253e63..4b02276975b 100644 --- a/docs/sources/developers/http_api/reporting.md +++ b/docs/sources/developers/http_api/reporting.md @@ -401,7 +401,7 @@ See note in the [introduction](#reporting-api) for an explanation. ### Example request ```http -GET /api/reports/6 HTTP/1.1 +DELETE /api/reports/6 HTTP/1.1 Accept: application/json Content-Type: application/json Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk