Skip to main content
DELETE
Archive a card (never deletes)

Authorizations

Authorization
string
header
required

An aik_… programmatic API key (app.atako.ai → Settings → API keys) or a Supabase session JWT.

Path Parameters

projectId
string<uuid>
required

Project id

cardId
string<uuid>
required

Card id

Response

The archived card, plus the column it left.

card
object
required

A unit of work on the board. It carries no status field: where the card stands IS its state, so read column. blocked and due are absent rather than null when unset — asking whether a card is blocked is asking for the reason.

columns
object[]
required