---
title: "Delete an entire vault project and all its contents"
method: DELETE
path: "/api/v1/vault/delete_project/{project_id}"
tags: ["Vault"]
---

# Delete an entire vault project and all its contents

`DELETE /api/v1/vault/delete_project/{project_id}`

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Project deletion accepted. Deletion continues asynchronously after the API request returns.

- object
  - `message` string, required — Deletion status message.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden - Cannot delete example projects or insufficient permissions
- `404` — Project not found.
- `409` — Conflict - Project deletion partially failed due to processing conflicts
- `500` — Internal server error.

---

[API](https://skmtc.dev/harvey/apis/harvey-client-matter-api.md) · [All operations](https://skmtc.dev/harvey/apis/harvey-client-matter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/harvey/harvey-client-matter-api/revisions/4a9e0925d49e/schema)
