---
title: "Delete default store"
method: DELETE
path: "/v2/actor-runs/{runId}/key-value-store"
tags: ["Default key-value store"]
---

# Delete default store

`DELETE /v2/actor-runs/{runId}/key-value-store`

Delete the default key-value store.

This endpoint is a shortcut for getting the run's `defaultKeyValueStoreId` and then using the
[Delete store](/api/v2/key-value-store-delete) endpoint.

## Path parameters

- `runId` string, required

## Response `204`

No content

## Other responses

- `400` — Bad request - invalid input parameters or request body.
- `401` — Unauthorized - authentication required or invalid token.
- `403` — Forbidden - insufficient permissions to perform this action.
- `404` — Not found - the requested resource does not exist.
- `405` — Method not allowed.
- `429` — Too many requests - rate limit exceeded.

---

[API](https://skmtc.net/apify/apis/apify-api.md) · [All operations](https://skmtc.net/apify/apis/apify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apify/apify-api/versions/01a71794279b/schema)
