---
title: "Delete a store"
method: DELETE
path: "/data/stores/{id}"
tags: ["Sales data"]
---

# Delete a store

`DELETE /data/stores/{id}`

Delete store data.

## Path parameters

- `id` string, required

## Response `204`

Store is successfully deleted.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.
- `404` — Store not found.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
