diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-02-28 12:09:54 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-02-28 12:09:54 +0000 |
commit | f2c9493d3c0731808c4f526bb9c3c7e81bbf887d (patch) | |
tree | 9120ae09fb1902b2556bf9dfd01a8713f05fd9ae /develop/print.html | |
parent | deploy: 1cd4fbc51d5c8ffc170dd3665ef81c03cc4a65e8 (diff) | |
download | synapse-f2c9493d3c0731808c4f526bb9c3c7e81bbf887d.tar.xz |
deploy: 93f7955eba50c827f96e1b2e8e44ef22a98cecc4
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html index 00188a422c..1afc6e18d0 100644 --- a/develop/print.html +++ b/develop/print.html @@ -11527,6 +11527,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/<report_id> +</code></pre> +<p><strong>URL parameters:</strong></p> +<ul> +<li><code>report_id</code>: string - The ID of the event report.</li> +</ul> <div style="break-before: page; page-break-before: always;"></div><h1 id="querying-media"><a class="header" href="#querying-media">Querying media</a></h1> <p>These APIs allow extracting media information from the homeserver.</p> <p>Details about the format of the <code>media_id</code> and storage of the media in the file system |