Skip to main content

Archive a board

Moves a board to archive. Can be restored later.

Parameters

No parameters.

Returns

Returns the archived board object.

post
/api/boards/{id}/archive
curl -X POST https://{workspace}.kitchen.co/api/boards/{id}/archive \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
{
"archived_at": "2024-03-21T07:32:03+00:00",
"created_at": "2024-03-21T07:32:03+00:00",
"id": "tskb_5e22e833684835b70ea85e45",
"title": "The board title",
"updated_at": "2024-03-21T07:32:03+00:00",
"visibility": "internal"
}