---
title: "Delete a vault secret"
method: DELETE
path: "/api/v1/secrets"
tags: ["Secrets"]
---

# Delete a vault secret

`DELETE /api/v1/secrets`

## Request body

- DeleteSecretRequest — Request to delete a secret by name.
  - `name` string, required — Secret name or destination path for file secrets.

## Response `204`

Secret deleted

## Other responses

- `400` — Invalid secret name or request body
- `404` — Secret not found
- `500` — Secret store write failed

---

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