module Gitlab::Client::Boards
def delete_board_list(project, board_id, id)
-
(Gitlab::ObjectifiedHash)
- Information about deleted board list.
Parameters:
-
id
(Integer
) -- The ID of a list. -
board_id
(Integer
) -- The ID of a board. -
project
(Integer, String
) -- The ID or name of a project.
def delete_board_list(project, board_id, id) delete("/projects/#{url_encode project}/boards/#{board_id}/lists/#{id}") end