DELETE
/
{team_id}
/
cards
/
{card_id}
/
linked_cards
/
{linked_card_id}
Remove linked card
curl --request DELETE \
  --url https://api.superthread.com/v1/{team_id}/cards/{card_id}/linked_cards/{linked_card_id}
This response does not have an example.

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.

linked_card_id
string
required

Linked card target Card ID

Response

204

Linked card successfully removed