From 09f3a9ccf35873d10fa0f0bd20ae9100ad8eb5dc Mon Sep 17 00:00:00 2001 From: Dominik Klein Date: Wed, 9 Sep 2026 08:08:42 +0200 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'. Co-authored-by: Dominik Klein --- 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.