---
title: "Delete Project Contexts"
method: DELETE
path: "/v0/project/{project_name}/contexts"
tags: ["Projects"]
---

# Delete Project Contexts

`DELETE /v0/project/{project_name}/contexts`

Deletes all contexts and their associated logs from a project.
The project's interfaces remain untouched.

## Path parameters

- `project_name` string, required — Project name, may contain slashes

## Response `200`

Project contexts and logs deleted.

- unknown

## Other responses

- `404` — Project Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
