summary refs log tree commit diff
path: root/develop/admin_api/delete_group.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/admin_api/delete_group.html')
-rw-r--r--develop/admin_api/delete_group.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/admin_api/delete_group.html b/develop/admin_api/delete_group.html

index afb7e1f8ee..39bc09232f 100644 --- a/develop/admin_api/delete_group.html +++ b/develop/admin_api/delete_group.html
@@ -186,11 +186,11 @@ <p>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.</p> +<p>To use it, you will need to authenticate by providing an <code>access_token</code> +for a server admin: see <a href="../usage/administration/admin_api">Admin API</a>.</p> <p>The API is:</p> <pre><code>POST /_synapse/admin/v1/delete_group/&lt;group_id&gt; </code></pre> -<p>To use it, you will need to authenticate by providing an <code>access_token</code> for a -server admin: see <a href="../usage/administration/admin_api">Admin API</a>.</p> </main>