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

# Permanently delete a project

`DELETE /api/projects/{projectId}/permanently`

Permanently delete a soft-deleted project. This action cannot be undone.

## Path parameters

- `projectId` string, uuid, required

## Response `200`

Permanent deletion confirmation

- object — Permanent 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)
