---
title: "Delete Project"
method: DELETE
path: "/tenants/{tenant_id}/projects/{id}"
tags: ["Projects"]
---

# Delete Project

`DELETE /tenants/{tenant_id}/projects/{id}`

Delete an existing project.

## Path parameters

- `tenant_id` string, uuid, required
- `id` string, uuid, required

## Response `204`

Project successfully deleted.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/aurorasolar/apis/sync-api.md) · [All operations](https://skmtc.net/aurorasolar/apis/sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aurorasolar/sync-api/versions/5b41808d104d/schema)
