DELETE api/store/{storeID}/product/{id}
Delete a product via guid. Deletes product from store only.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeID |
Store Identifier |
integer |
Required |
| id |
Master Guid of Store Product to delete |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
None.