Commit 40c11a366309818a7d0e5133c78b65faa1967dca
1 parent
645afc38
Exists in
master
and in
4 other branches
Removed delete section in issues API documentation
Showing
1 changed file
with
0 additions
and
14 deletions
Show diff stats
doc/api/issues.md
@@ -168,17 +168,3 @@ Parameters: | @@ -168,17 +168,3 @@ Parameters: | ||
168 | 168 | ||
169 | Will return updated issue with status `200 OK` on success, or `404 Not found` on fail. | 169 | Will return updated issue with status `200 OK` on success, or `404 Not found` on fail. |
170 | 170 | ||
171 | -## Delete issue | ||
172 | - | ||
173 | -Delete existing project issue. | ||
174 | - | ||
175 | -``` | ||
176 | -DELETE /projects/:id/issues/:issue_id | ||
177 | -``` | ||
178 | - | ||
179 | -Parameters: | ||
180 | - | ||
181 | -+ `id` (required) - The ID or code name of a project | ||
182 | -+ `issue_id` (required) - The ID of a project's issue | ||
183 | - | ||
184 | -Status code `200` will be returned on success. |