Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-07 14:10:01 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-07 14:10:01 +0400
commitf141711cfd47808d5f954e1ccf057a858b36d63a (patch)
treeefafdecf81dde096a40820722564619f2da08c51 /doc/api/groups.md
parent073c8a296668ab1e06b01ebf0a9e94786227eef4 (diff)
API: new feature - remove group
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r--doc/api/groups.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md
index f56c534667a..f5f5d769050 100644
--- a/doc/api/groups.md
+++ b/doc/api/groups.md
@@ -57,6 +57,19 @@ Parameters:
+ `project_id` (required) - The ID of a project
+## Remove group
+
+Removes group with all projects inside.
+
+```
+DELETE /groups/:id
+```
+
+Parameters:
+
++ `id` (required) - The ID of a user group
+
+
## Group members