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;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}