From f2c9493d3c0731808c4f526bb9c3c7e81bbf887d Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Tue, 28 Feb 2023 12:09:54 +0000 Subject: deploy: 93f7955eba50c827f96e1b2e8e44ef22a98cecc4 --- develop/admin_api/event_reports.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'develop/admin_api/event_reports.html') diff --git a/develop/admin_api/event_reports.html b/develop/admin_api/event_reports.html index bbad7b83af..8357ecd2c8 100644 --- a/develop/admin_api/event_reports.html +++ b/develop/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