---
title: "Delete Project by ID"
method: DELETE
path: "/v1/projects/{id}"
tags: ["Projects"]
---

# Delete Project by ID

`DELETE /v1/projects/{id}`

Deletes a specific Project in your workspace by ID

## Path parameters

- `id` string, required

## Response `200`

Project deleted

- ProjectDeleteResponseDto
  - `requestId` string, required
  - `resource` string, required
  - `deleted` boolean, required

## Other responses

- `400` — Bad request. May be missing required inputs or may have badly formatted inputs.
- `401` — Unauthorized access to the workspace.
- `404` — Not found. May have an incorrect URL path.
- `500` — Internal server error. Unable to delete project.

---

[API](https://skmtc.net/jasper/apis/jasper-api.md) · [All operations](https://skmtc.net/jasper/apis/jasper-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jasper/jasper-api/revisions/438914d9525e/schema)
