---
title: "deleteDesign"
method: DELETE
path: "/v1/designs/{designId}"
tags: ["design-builder"]
---

# deleteDesign

`DELETE /v1/designs/{designId}`

Search and delete for a especific design owned by user organization

## Path parameters

- `designId` string, required — Id of the design

## Response `204`

Success - design deleted with success.

## Other responses

- `400` — Validation Errors
- `401` — Authentication Errors
- `404` — No design found
- `409` — The design is the only one of the organization and cannot be deleted
- `500` — Other errors

## Changes

- **2026-08-15** `ce54828d440e` — 1 info
  - added the non-success response with the status `409`

[Change history](https://skmtc.dev/epilot/apis/design-builder-api-v2/changes/v1/designs/:designId/delete.md)

---

[API](https://skmtc.dev/epilot/apis/design-builder-api-v2.md) · [All operations](https://skmtc.dev/epilot/apis/design-builder-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/epilot/design-builder-api-v2/revisions/81d876cb13b4/schema)
