Projects
Remove related project
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 projectModify an epic (project) in a workspace (`team_id`).
Update fields such as the title, content, due date, priority, and members.
Use this endpoint to keep epic details aligned with project updates or changes.
Next
Remove linked card