# Delete a Board View Delete a Board View by specifying its ID. Endpoint: DELETE /1/boards/{boardId}/views/{viewId} Version: 1.0.0 Security: configuration_key ## Path parameters: - `boardId` (string, required) The unique identifier (ID) of a Board. - `viewId` (string, required) The unique identifier (ID) of a Board View. ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `error` (string) ## Response 404 fields (application/json): - `error` (string) ## Response 429 fields (application/json): - `error` (string) ## Response default fields (application/json): - `error` (string) ## Response 204 fields