Cards
Remove a tag from a card
Removes a specific tag (tag_id) from the specified card (card_id) within a workspace (team_id).
A 204 response indicates the tag was successfully removed.
DELETE
Remove a tag from a card
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Card ID is a numerical string that identifies a card.
Tag ID is a numerical string that identifies a Tag.
Response
Tag successfully removed from card
Previous
Get a cardRetrieves detailed information about a specific card, identified by its `card_id`
within a workspace (`team_id`). The response includes metadata such as the card's title,
content, status, owner, priority, associated tags, and links to related items.
Child cards, linked cards, and any collaboration or external references are also included.
Next
Remove a tag from a card