---
title: "Delete all files from organization design"
method: DELETE
path: "/api/v1/org/designs/{designUuid}/files"
tags: ["Organizations"]
---

# Delete all files from organization design

`DELETE /api/v1/org/designs/{designUuid}/files`

Delete every file in an organization design, keeping the design itself.
Idempotent — succeeds when the design already has no files.

## Path parameters

- `designUuid` string, required

## 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)
