# DELETE /v4/internal/key-value-stores/{key}

_Merkl API_

Delete a config and all entries (BackOffice only)

### Path parameters

- `key` (string) _(required)_

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X DELETE "https://api.merkl.xyz//v4/internal/key-value-stores/{key}" \
  -H "x-api-key: YOUR_API_KEY"
```