diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-11-01 16:11:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 15:11:24 +0000 |
commit | 66bdca3e317d1fa764cf52547aee7409acc59676 (patch) | |
tree | ca3cf40ec235355d6393795db6171a8ac0b6b776 /docs/admin_api/rooms.md | |
parent | Support for serving server well-known files (#11211) (diff) | |
download | synapse-66bdca3e317d1fa764cf52547aee7409acc59676.tar.xz |
Remove deprecated delete room admin API (#11213)
Remove deprecated delete room admin API, `POST /_synapse/admin/v1/rooms/<room_id>/delete`
Diffstat (limited to 'docs/admin_api/rooms.md')
-rw-r--r-- | docs/admin_api/rooms.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md index acf1cab2a2..62eeff9e1a 100644 --- a/docs/admin_api/rooms.md +++ b/docs/admin_api/rooms.md @@ -520,16 +520,6 @@ With all that being said, if you still want to try and recover the room: 4. If `new_room_user_id` was given, a 'Content Violation' will have been created. Consider whether you want to delete that roomm. -## Deprecated endpoint - -The previous deprecated API will be removed in a future release, it was: - -``` -POST /_synapse/admin/v1/rooms/<room_id>/delete -``` - -It behaves the same way than the current endpoint except the path and the method. - # Make Room Admin API Grants another user the highest power available to a local user who is in the room. |