---
title: "KV store delete"
method: DELETE
path: "/v1/store"
tags: ["v1", "Store"]
---

# KV store delete

`DELETE /v1/store`

## Request body

- StoreDeleteRequest
  - `name` string, required — The name of the data to store in the KV store.

## Response `200`

Success

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/definite/apis/defapi.md) · [All operations](https://skmtc.dev/definite/apis/defapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/definite/defapi/revisions/3943d8deb3be/schema)
