| Parameter | Description | Type |
|---|---|---|
| store_id | store id | string |
| Status | Description |
|---|---|
| ok | Store was deleted |
| Store with this id does not exist. |
| Status | Description |
|---|---|
422 | Invalid parameters (see example on the right) |
{
"id": 1113,
"store_id": null,
"status": "ok"
}id or store_id is invalid (422), returns:{
"error": "Store not found"
}curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v3/infinity-mall/stores/by_store_id/1' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}