Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 405 Bytes

delete_group.md

File metadata and controls

14 lines (10 loc) · 405 Bytes

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.

The API is:

POST /_synapse/admin/v1/delete_group/<group_id>