mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Remove docs for Delete Group Admin API (#13112)
This API no longer exists. Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
d54909956e
commit
3ceaf1462d
3 changed files with 1 additions and 15 deletions
|
@ -1,14 +0,0 @@
|
|||
# Delete a local group
|
||||
|
||||
This API lets a server admin delete a local group. Doing so will kick all
|
||||
users out of the group so that their clients will correctly handle the group
|
||||
being deleted.
|
||||
|
||||
To use it, you will need to authenticate by providing an `access_token`
|
||||
for a server admin: see [Admin API](../usage/administration/admin_api).
|
||||
|
||||
The API is:
|
||||
|
||||
```
|
||||
POST /_synapse/admin/v1/delete_group/<group_id>
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue