---
title: "Delete file system"
method: DELETE
path: "/v2/file-systems/{file_system_key}"
tags: ["File Systems"]
---

# Delete file system

`DELETE /v2/file-systems/{file_system_key}`

Permanently deletes a file system and every file stored in it. This cannot be undone.

## Path parameters

- `file_system_key` string, required

## Response `200`

OK

- DeleteFileSystemResponse

## Other responses

- `204` — File system successfully deleted.
- `404` — File system not found.

## Changes

> 271 revisions in range; 82 not diffed.

- **2026-09-01** `359a7831a2f0` — 1 info
  - endpoint added
- **2026-09-01** `66b8a4902911` — 1 breaking
  - api path removed without deprecation
- **2026-09-01** `081200e02fe0` — 1 info
  - endpoint added
- **2026-08-31** `b22330eb2d5a` — 1 breaking
  - api path removed without deprecation
- **2026-08-31** `3a2f6c296c09` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/orq-ai/apis/orq-ai-api/changes/v2/file-systems/:file_system_key/delete.md)

---

[API](https://skmtc.dev/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.dev/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/revisions/3df7b466d7e5/schema)
