Fix outdated references to soft deletion

We stopped using soft deletion for issues and merge requests in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15789,
and for boards we apparently never used it.
This commit is contained in:
Markus Koller 2019-08-19 20:55:56 +02:00
parent 070689cb43
commit 44ca24f4f2
No known key found for this signature in database
GPG Key ID: EC9A8B44C0635CE2
4 changed files with 4 additions and 4 deletions

View File

@ -466,7 +466,7 @@ Example response:
## Delete a board list
Only for admins and project owners. Soft deletes the board list in question.
Only for admins and project owners. Deletes the board list in question.
```
DELETE /projects/:id/boards/:board_id/lists/:list_id

View File

@ -536,7 +536,7 @@ Example response:
## Delete a group issue board list
Only for admins and group owners. Soft deletes the board list in question.
Only for admins and group owners. Deletes the board list in question.
```
DELETE /groups/:id/boards/:board_id/lists/:list_id

View File

@ -790,7 +790,7 @@ the `weight` parameter:
## Delete an issue
Only for admins and project owners. Soft deletes the issue in question.
Only for admins and project owners. Deletes the issue in question.
```
DELETE /projects/:id/issues/:issue_iid

View File

@ -1127,7 +1127,7 @@ the `approvals_before_merge` parameter:
## Delete a merge request
Only for admins and project owners. Soft deletes the merge request in question.
Only for admins and project owners. Deletes the merge request in question.
```
DELETE /projects/:id/merge_requests/:merge_request_iid