---
title: "Permanently deletes a project"
method: DELETE
path: "/projects/{id}"
tags: ["Project"]
---

# Permanently deletes a project

`DELETE /projects/{id}`

This endpoint allows to permanently delete a project. When using this endpoint, the project and all of the associated data will be removed.

🛑 **Deleting a project is permanent and cannot be undone.** All data, including the rules, the logs, etc., will be
immediately deleted and cannot be recovered afterwards. All the projects paid options will be lost and will not be refunded.

## Path parameters

- `id` string, required

## Response `204`

Project resource deleted

## Other responses

- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/redirection/apis/redirection-io.md) · [All operations](https://skmtc.net/redirection/apis/redirection-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redirection/redirection-io/versions/50d19e1f364a/schema)
