Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the project.
Response
200 - application/json
Project archived successfully.
Represents an individual project.
The identifier, which can be referenced in API endpoints
The object type, which is always organization.project
Available options:
organization.project
The name of the project. This appears in reporting.
The Unix timestamp (in seconds) of when the project was created.
active
or archived
Available options:
active
, archived
The Unix timestamp (in seconds) of when the project was archived or null
.