---
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
- `500` — Other errors

---

[API](https://skmtc.net/epilot/apis/design-builder-api-v2.md) · [All operations](https://skmtc.net/epilot/apis/design-builder-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/design-builder-api-v2/versions/220aa4fb07e9/schema)
