DELETE/portfolio/boards/{boardId}.json
Delete a board
Deletes a given board.
Path Params
- Name
boardId
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}
Deletes a given board.
boardId
{
"STATUS": "OK"
}