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

# Project Delete

`DELETE /api/projects/{project_id}`

## Path parameters

- `project_id` string, uuid4, required

## Headers

- `x-csrf-token` string
- `api-key` string

## Cookies

- `session_id` string

## Response `200`

Successful Response

- ProjectDeleteResp
  - `id` string, uuid4, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/respeecher/apis/voice-markertplace-api.md) · [All operations](https://skmtc.net/respeecher/apis/voice-markertplace-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/respeecher/voice-markertplace-api/versions/dea31af89a85/schema)
