---
title: "Clear default organization design"
method: DELETE
path: "/api/v1/org/designs/default"
tags: ["Organizations"]
---

# Clear default organization design

`DELETE /api/v1/org/designs/default`

Clear whichever design is currently the organization default. Idempotent
— succeeds when no default is set.

NOTE: This literal `/default` route MUST stay registered before
`Delete('/{designUuid}')` below so Express routes a request to
`DELETE /api/v1/org/designs/default` here rather than treating
"default" as a `designUuid` path param.

## Response `200`

Success

- ApiSuccessEmpty
  - `results` unknown
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
