curl --request DELETE \
--url http://localhost:3000/projects/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"statusCode": 123
}Archive a project by ID. Requires editor role. Project must belong to the same organization.
curl --request DELETE \
--url http://localhost:3000/projects/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"statusCode": 123
}