DELETE/boards/{boardId}

Deletes a board.
This API operation requires board administrator permissions.
The posts on a board are moved to Trash (asynchronously).
The last board cannot be deleted.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

board
board.read

HTTP Request

DELETEhttps://www.worksapis.com/v1.0/boards/{boardId}

Path Parameters

ParameterTypeDescription
boardId integer 

Board ID


required
example : 100
format : int64 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content

HTTP 403

Forbidden