Archiving a project through API: close_project


Sample close_project request

?action=close_project&id_project=PROJECT_ID
Archives selected project

Required parameters:
  • id_project — project ID

Sample JSON response
If the request succeeds, the response will contain ok status

{
    "status": "ok"
}