---
title: "Delete Project"
method: DELETE
path: "/accounts/projects/{id}"
tags: ["hubProjects"]
---

# Delete Project

`DELETE /accounts/projects/{id}`

Delete a project. Projects can only be deleted if they have no active or pending orders. Requires Super Admin role.

## Path parameters

- `id` string, required

## Response `200`

Project deleted

- object
  - `message` string

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.net/skywatch/apis/api-specification.md) · [All operations](https://skmtc.net/skywatch/apis/api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skywatch/api-specification/revisions/51f7c5a8d15d/schema)
