We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a320b8e commit 6185341Copy full SHA for 6185341
proposals/2278-deleting-content.md
@@ -23,7 +23,7 @@ DELETE /_matrix/media/r0/download/{serverName}/{mediaId}
23
```
24
with a JSON dict as a request body.
25
26
-The API would returns:
+The API would return:
27
* `200 OK {}` on success
28
* `403` with error `M_FORBIDDEN` if invalid access_token or not authorised to delete.
29
* `404` with error `M_NOT_FOUND` if the content described in the URL does not exist on the local server.
0 commit comments