archived_at timestamp. The chart returns to draft state (not automatically reactivated).update policy on OrgChartcurl --location --request POST 'https://api-dev.commandroom.ai/api/api/orgcharts/1/unarchive' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"message": "Success.",
"data": {
"id": 1,
"name": "Sample Name",
"archived_at": "2026-01-15T10:30:00.000000Z",
"is_active": true
}
}