Remove tag from item

Removes the specified tag from the specified item. The tag still exists on the board.

Note: Updates to tags made via the REST API will not be reflected on the board in realtime. To see REST API updates to tags on a board, you need to refresh the board. This applies to the following endpoints: Attach tag to item, Update tag, Delete tag.

Required scope

boards:write

Rate limiting

Level 1

Path Params
string
required

Unique identifier (ID) of the board with the item that you want to remove a tag from.

string
required

Unique identifier (ID) of the item that you want to remove the tag from.

Query Params
string
required

Unique identifier (ID) of the tag that you want to remove from the item.

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json