> ## Documentation Index
> Fetch the complete documentation index at: https://developers.supapost.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Disconnect Store

> Disconnect an e-commerce store and remove all synced products.

## Path Parameters

<ParamField path="id" type="string" required>
  Store ID.
</ParamField>

## Response

```json 200 theme={null}
{
  "success": true
}
```

<Warning>
  This removes all products that were synced from this store. It does not affect your actual e-commerce store.
</Warning>
