Archive a specific project with its UUID.
{danger.fa-close} This operation cannot be undone.
PUT /aos/v1/projects/{projectId}/archive
| Parameter | Type | Mandatory |
|---|---|---|
| projectId | string (uuid) | yes |
Status: 200 OK
It returns a project object as described in the Retrieve a project section
{
"project": {
"id": "97d005ae-dfde-4abd-9a48-8383300b7894",
// ...
"archived": true,
"archived_at": "2022-03-08T08:25:24.822000Z",
// ...
}
}