Cards
Remove related card
Deletes an existing link between the specified card (card_id) and a linked card (linked_card_id).
This operation is used to remove relationships between cards.
A 204 response indicates the link was successfully removed.
DELETE
Remove linked 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.
Linked card target Card ID
Response
Linked card successfully removed
Previous
Archive a cardUpdate a card's attributes or archive/unarchive it.
**Archiving:**
- If `archived=true`, the card is archived and other changes are ignored.
- If `archived=false`, an archived card is unarchived and other changes are ignored.
**Attribute Updates:**
- Update fields like `title`, `priority`, `due_date`, `owner_id`, `estimate` without affecting unspecified fields.
Fields not mentioned remain unchanged.
Next
Remove linked card