---
title: "Delete storage backend"
method: DELETE
path: "/storage-backends/{id}"
tags: ["StorageBackend"]
---

# Delete storage backend

`DELETE /storage-backends/{id}`

Soft-delete a storage backend. A backend that is the workspace default, still bound to knowledge bases, environment-sourced, or a legacy alias cannot be deleted.

## Path parameters

- `id` string, required

## Response `200`

Deletion success

- object

## Other responses

- `400` — Backend is default, bound, read-only, or legacy alias
- `401` — Unauthorized
- `404` — Storage backend not found

---

[API](https://skmtc.net/tencentblueking/apis/weknora-api.md) · [All operations](https://skmtc.net/tencentblueking/apis/weknora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tencentblueking/weknora-api/revisions/abce9036def5/schema)
