---
title: "Delete a data project"
method: DELETE
path: "/projects/{owner}/{id}"
tags: ["projects"]
---

# Delete a data project

`DELETE /projects/{owner}/{id}`

Delete a project and associated data. This operation cannot be undone, but you may recreate the project
using the same id.

## Path parameters

- `owner` string, required
- `id` string, required

## Response `200`

default response

- SuccessMessage
  - `message` string

---

[API](https://skmtc.net/data/apis/data-world-public-api.md) · [All operations](https://skmtc.net/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/data/data-world-public-api/versions/0a0cb1f94dad/schema)
