---
title: "Delete External Store Endpoint"
method: POST
path: "/user/secrets/delete-external-store"
tags: ["user"]
---

# Delete External Store Endpoint

`POST /user/secrets/delete-external-store`

Remove an external secrets store

## Request body

- DeleteExternalStoreRequest
  - `tenant_id` string, required
  - `store_id` string, required

## Response `200`

Successful Response

- DeleteExternalStoreResponse

## Other responses

- `400` — `{"detail": "Readonly secret store"}`
- `403` — `{"detail": "Invalid API Key"}`
- `422` — Validation Error

---

[API](https://skmtc.dev/tenzir/apis/tenzir-platform-api.md) · [All operations](https://skmtc.dev/tenzir/apis/tenzir-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tenzir/tenzir-platform-api/revisions/1c6c33bb8ba3/schema)
