---
title: "Delete store"
method: DELETE
path: "/api/ecommerce/v1/stores/{store_id}"
tags: ["Ecommerce: Stores"]
---

# Delete store

`DELETE /api/ecommerce/v1/stores/{store_id}`

Soft-delete a store owned by your account.

The underlying store data is preserved; only the store is marked as deleted.

## Path parameters

- `store_id` string, required

## Response `200`

Success response

- EcommerceV1StoreStoreDeleteResource
  - `id` string — The ID of the deleted store.
  - `is_deleted` boolean — Always true when the store was soft-deleted.

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

## Changes

> 88 revisions in range; 78 could not be searched.

- **2026-06-09** `d05574986eb1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/ecommerce/v1/stores/:store_id/delete.md)

---

[API](https://skmtc.dev/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.dev/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/53ccee45e5eb/schema)
