From 894ac30a4e44e53a8116e6597f74a0d58ae495c6 Mon Sep 17 00:00:00 2001 From: MatMaul Date: Tue, 14 Mar 2023 16:43:55 +0000 Subject: deploy: 8b1af08c6ed141101d127bcf9909f23b2b621510 --- latest/admin_api/event_reports.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'latest/admin_api/event_reports.html') 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 @@ -298,6 +298,16 @@ was reported.
  • canonical_alias: string - The canonical alias of the room. null if the room does not have a canonical alias set.
  • event_json: object - Details of the original event that was reported.
  • + +

    Delete a specific event report

    +

    This API deletes a specific event report. If the request is successful, the response body +will be an empty JSON object.

    +

    The api is:

    +
    DELETE /_synapse/admin/v1/event_reports/<report_id>
    +
    +

    URL parameters:

    + -- cgit 1.5.1