---
title: "Remove a project; stops sessions, cleans workspaces, unregisters"
method: DELETE
path: "/api/v1/projects/{id}"
tags: ["projects"]
---

# Remove a project; stops sessions, cleans workspaces, unregisters

`DELETE /api/v1/projects/{id}`

## Path parameters

- `id` string, required — Project identifier (registry key).

## Response `200`

OK

- RemoveProjectResult
  - `projectId` string, required
  - `removedStorageDir` boolean, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/versions/6ffec0ec12f0/schema)
