summary refs log tree commit diff
path: root/latest/admin_api/event_reports.html
diff options
context:
space:
mode:
authorMatMaul <MatMaul@users.noreply.github.com>2023-03-14 16:43:55 +0000
committerMatMaul <MatMaul@users.noreply.github.com>2023-03-14 16:43:55 +0000
commit894ac30a4e44e53a8116e6597f74a0d58ae495c6 (patch)
tree89d61a47d3e3edd3257967f488d3dad88f54257f /latest/admin_api/event_reports.html
parentdeploy: f4fc83ac755b8b06ecab1a31592308b03f8d2a5e (diff)
downloadsynapse-894ac30a4e44e53a8116e6597f74a0d58ae495c6.tar.xz
deploy: 8b1af08c6ed141101d127bcf9909f23b2b621510
Diffstat (limited to 'latest/admin_api/event_reports.html')
-rw-r--r--latest/admin_api/event_reports.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/latest/admin_api/event_reports.html b/latest/admin_api/event_reports.html

index bbad7b83af..8357ecd2c8 100644 --- a/latest/admin_api/event_reports.html +++ b/latest/admin_api/event_reports.html
@@ -299,6 +299,16 @@ was reported.</li> have a canonical alias set.</li> <li><code>event_json</code>: object - Details of the original event that was reported.</li> </ul> +<h1 id="delete-a-specific-event-report"><a class="header" href="#delete-a-specific-event-report">Delete a specific event report</a></h1> +<p>This API deletes a specific event report. If the request is successful, the response body +will be an empty JSON object.</p> +<p>The api is:</p> +<pre><code>DELETE /_synapse/admin/v1/event_reports/&lt;report_id&gt; +</code></pre> +<p><strong>URL parameters:</strong></p> +<ul> +<li><code>report_id</code>: string - The ID of the event report.</li> +</ul> </main>