Skip to main content
DELETE
Remove a tag from a card

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

card_id
string
required

Card ID is a numerical string that identifies a card.

tag_id
string
required

Tag ID is a numerical string that identifies a Tag.

Response

Tag successfully removed from card