---
title: "Delete project"
method: DELETE
path: "/api/v0/experiments/projects/{project_id}"
tags: ["Experiment Tracker"]
---

# Delete project

`DELETE /api/v0/experiments/projects/{project_id}`

Delete an experiment project and all its systems and models.

## Path parameters

- `project_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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