---
title: "Delete Design"
method: DELETE
path: "/design/{design_id}"
tags: ["Design"]
---

# Delete Design

`DELETE /design/{design_id}`

Delete a design. The `id` of the Design which is going to be deleted is placed in the parameters.
Designs that belong to a _Campaign_ that has been sent cannot be deleted.

## Path parameters

- `design_id` string, required

## Headers

- `api-version` string, required

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

[API](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation.md) · [All operations](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sertifier/sertifier-credential-api-documentation/revisions/98c494325aae/schema)
