Archive project
Execute the archive_project capability through REST or MCP with the same authorization and project checks.
DestructiveMinimum role: owner
REST
DELETE
/api/v1/projects/:projectIdcurl "https://chatterbeam.com/api/v1/projects/{projectId}" \
--request DELETE \
--header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
--header "Idempotency-Key: unique-operation-key"MCP
Tool name: archive_project. The tool returns the same structured { data, meta } result as REST.
Input
projectIdRequired path identifierAuthorization
Required scope: projects:write. Scope checks are followed by current project membership and the owner minimum role.