Commit 51825e434e14cfd6dcd2f9021b3fcb0ce7bf92c7
1 parent
4416be54
Exists in
master
and in
4 other branches
API: docs for remove project
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
doc/api/projects.md
... | ... | @@ -244,6 +244,18 @@ Parameters: |
244 | 244 | + `public` (optional) |
245 | 245 | |
246 | 246 | |
247 | +## Remove project | |
248 | + | |
249 | +Removes project with all resources(issues, merge requests etc) | |
250 | + | |
251 | +``` | |
252 | +DELETE /projects/:id | |
253 | +``` | |
254 | + | |
255 | +Parameters: | |
256 | + | |
257 | ++ `id` (required) - The ID of a project | |
258 | + | |
247 | 259 | |
248 | 260 | ## Team members |
249 | 261 | ... | ... |