Archives a project in the organization. Archived projects cannot be used or updated.
POST /organization/projects/{project_id}/archive
POST
/organization/projects/{project_id}/archive
Authorizations
Parameters
Path Parameters
project_id
required
string
The ID of the project.
Responses
200
Project archived successfully.
Represents an individual project.
object
id
required
The identifier, which can be referenced in API endpoints
string
object
required
The object type, which is always organization.project
string
name
required
The name of the project. This appears in reporting.
string
created_at
required
The Unix timestamp (in seconds) of when the project was created.
integer
archived_at
The Unix timestamp (in seconds) of when the project was archived or null
.
integer
status
required
active
or archived
string