summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-04-04 15:28:08 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-04-04 15:28:08 +0100
commitacc4003baa11e51a249c340d776ac3180688aef6 (patch)
treefd1104a8470157df1d4ec6b3331f300539fac2b7 /docs
parentMake it actually work (diff)
parentClean up the database pagination code (#5007) (diff)
downloadsynapse-github/anoa/widgets_room_upgrade.tar.xz
Merge branch 'develop' into anoa/widgets_room_upgrade github/anoa/widgets_room_upgrade anoa/widgets_room_upgrade
Diffstat (limited to 'docs')
-rw-r--r--docs/admin_api/delete_group.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/admin_api/delete_group.md b/docs/admin_api/delete_group.md
new file mode 100644

index 0000000000..d703d108b0 --- /dev/null +++ b/docs/admin_api/delete_group.md
@@ -0,0 +1,14 @@ +# 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. + + +The API is: + +``` +POST /_matrix/client/r0/admin/delete_group/<group_id> +``` + +including an `access_token` of a server admin.