Note; cards are only archived from the current project, they will still be visible in other projects they are part of.
DELETE
/projects/{projectId}/cards/{cardId}
curl \
--request DELETE 'https://tadatodo.com/api/projects/Pae77f34bbf9/cards/Cae77f34bbf9' \
--header "X-API-Key: $API_KEY"
Response examples (200)
{
"columns": [
{
"id": "string",
"name": "string"
}
],
"createdFlair": "string",
"id": "string",
"metadata": [
{
"id": "string",
"value": "string"
}
],
"name": "string",
"url": "string"
}