Projects
Archive Project
Archive or unarchive a project.
Requires an API key with
404 Not Found - Project not found.
full_access scope.
Archived projects are hidden from the default project list. Use this endpoint to archive a project you no longer need, or to restore a previously archived project.
Path parameters
string
required
The unique identifier of the project.
Body
boolean
required
Set to
true to archive the project, or false to unarchive it.Response
string
Confirmation message.
Errors
400 Bad Request - Invalid value forarchived.