Skip to main content
DELETE
/
1
/
boards
/
{boardId}
/
views
/
{viewId}
Delete a Board View
curl --request DELETE \
  --url https://api.honeycomb.io/1/boards/{boardId}/views/{viewId}
{
  "error": "<string>"
}

Path Parameters

boardId
string
required

The unique identifier (ID) of a Board.

viewId
string
required

The unique identifier (ID) of a Board View.

Response

Success - no Content