Commit 40c11a36 authored by Matthieu Vachon's avatar Matthieu Vachon

Removed delete section in issues API documentation

parent 645afc38
......@@ -168,17 +168,3 @@ Parameters:
Will return updated issue with status `200 OK` on success, or `404 Not found` on fail.
## Delete issue
Delete existing project issue.
```
DELETE /projects/:id/issues/:issue_id
```
Parameters:
+ `id` (required) - The ID or code name of a project
+ `issue_id` (required) - The ID of a project's issue
Status code `200` will be returned on success.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment