From 7e3a81d5bf8979c76caf8739c8242d3b2c75649f Mon Sep 17 00:00:00 2001 From: Dominik Klein Date: Tue, 8 Sep 2026 19:51:39 +0000 Subject: [PATCH] docs(api): fix typo in group delete section The delete note in the Groups API doc said 'Removing organizations' though it is about groups (copy from organization.rst). Fixed to 'groups'. --- api/group.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/group.rst b/api/group.rst index 22db05ee..d58e9683 100644 --- a/api/group.rst +++ b/api/group.rst @@ -221,7 +221,7 @@ Required permission: ``admin.group`` Please note that removing groups cannot be undone. - Removing organizations with references in e.g. activity streams or tickets + Removing groups with references in e.g. activity streams or tickets is not possible via API - this will be indicated by ``"error": "Can't delete, object has references."``. This is *not* a bug.