---
title: "Archieve a specific Project"
method: DELETE
path: "/v1/workgroups/{workgroup_id}/projects/{project_id}"
tags: ["Project"]
---

# Archieve a specific Project

`DELETE /v1/workgroups/{workgroup_id}/projects/{project_id}`

Archieve a specific Project

## Path parameters

- `workgroup_id` string, required
- `project_id` string, required

## Response `200`

Successful archive

- HTTPStatusVO — Java type: com.noosh.core.vo.HTTPStatusVO
  - `status_code` integer
  - `status_reason` string

## Other responses

- `422` — Invalid data
- `500` — Internal server error

---

[API](https://skmtc.dev/noosh/apis/noosh-api-application.md) · [All operations](https://skmtc.dev/noosh/apis/noosh-api-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noosh/noosh-api-application/revisions/d5e8e2764188/schema)
