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

# Delete Project

`DELETE /projects/{project_id}`

Soft-delete a visible project.

Args:
    project_id: Project identifier.
    auth: Authenticated caller.
    service: Project service.

Returns:
    Deletion confirmation.

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Successful Response

- ProjectDeleteResponse — Response model for deleting a project.
  - `success` boolean, required
  - `message` string, required
  - `project_id` string, required

## Other responses

- `422` — Validation Error

---

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