---
title: "Deleting a Project"
method: DELETE
path: "/v1/projects/{id}"
tags: ["Projects"]
---

# Deleting a Project

`DELETE /v1/projects/{id}`

Deleting a Project will remove it from the management interface and make it permanently inaccessible. Do not do this unless you are certain you will never need any of its data again. For now, deleting a Project will not purge its Forms. (We will change that in a future release.)

## Path parameters

- `id` number, required

## Response `200`

OK

- Success
  - `success` boolean, required

---

[API](https://skmtc.net/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.net/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getodk/odk-central-api/versions/d8f5a0886a8b/schema)
