Skip to main content
Planview Customer Success Center

Delete a tag on a board

DELETE /io/board/:boardId/tag

Delete a tag on a board.

Requires enableTagManagement to be true for the account and the requesting user to be a boardAdministrator.

Request Properties

Param Type Usage Default
tags* string array List of tags to remove

Example Request

{
    "tags": [ "tag1", "tag2" ]
}

Example Successful Response

204 No Content




Updated 2020-01-22 @ 12:01 PM