API Docs

Archive Project

How to archive projects in Blue.

Archiving projects is useful when you want to temporarily remove a project from the list of projects without deleting it. Archived projects are not editable but can be viewed by the anyone who is in the project. An archived project can be unarchived at any time.

To archive a project, you can use the following mutation:

mutation {
  archiveProject
}
Make sure to pass the project ID in the header as discussed in the authentication section