Skip to content
Snippets Groups Projects
Commit 40c11a36 authored by Matthieu Vachon's avatar Matthieu Vachon
Browse files

Removed delete section in issues API documentation

parent 645afc38
No related branches found
No related tags found
1 merge request!2286Removed delete section in issues API documentation
Loading
Loading
@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment