---
title: "Delete a project"
method: DELETE
path: "/api/projects/{projectId}"
tags: ["Project"]
---

# Delete a project

`DELETE /api/projects/{projectId}`

Soft delete a project, making it recoverable. Protected projects cannot be deleted.

## Path parameters

- `projectId` string, uuid, required

## Response `200`

Deletion confirmation

- object — Deletion confirmation
  - `status` 'ok', required — Operation status

---

[API](https://skmtc.net/gorules/apis/gorules-agent-api.md) · [All operations](https://skmtc.net/gorules/apis/gorules-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gorules/gorules-agent-api/versions/52c0773fcd80/schema)
