POST v1/skuMask/{skuMaskID}/delete
Delete an existing SKU Mask by unique identifier
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skuMaskID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SKUMaskModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUMaskID | integer |
None. |
|
| Mask | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"skuMaskID": 1,
"mask": "sample string 2"
}