How to archive a project?

Hello world,

I’m looking for a way to archive projects through the Asana API. Can’t find anything related in docs.

Thanks for help :wink:

of course a way to unarchive project should be useful aswell

There is an archived boolean field on the Projects object. I haven’t tried it myself but it seems like you should be able to just set that to true to archive a project.

If you try it, it’d be great if you can report your results back here so we all know if that in fact works to archive a project.

(And if it does, then setting it to false will presumably unarchive it!)

2 Likes

Hi Phil,

Thanks for answering so fast. It works indeed. I forgot to change the HTTP method to PUT when trying to archive this way.
Have an excellent Friday !

2 Likes