---
title: "Delete secure storage value"
method: DELETE
path: "/api/v1/storage/secure/{key}"
tags: ["storage"]
---

# Delete secure storage value

`DELETE /api/v1/storage/secure/{key}`

Deletes a specific value from secure storage.

## Path parameters

- `key` string, required

## Response `204`

Value deleted.

## Other responses

- `404` — Resource not found.
- `500` — Internal server error.
- `501` — Capability not implemented by the connected backend.

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
