POST v1/skuCategory/delete/{skuCategoryID}

Delete an existing SKU Category by unique identifier

Request Information

URI Parameters

NameDescriptionTypeAdditional information
skuCategoryID

integer

Required

Body Parameters

None.

Response Information

Resource Description

SKUCategoryModel
NameDescriptionTypeAdditional information
SKUCategoryID

Unique identifier of a SKU Category

integer

None.

IsSystem

Indicates if category is a system category or not

boolean

None.

IsIntegrationControlled

Indicates if category is integration controlled or not

boolean

None.

IsActive

Indicates if category is active or not

boolean

None.

SKUCategory

SKU Category

string

None.

Response Formats

application/json, text/json

Sample:
{
  "skuCategoryID": 1,
  "isSystem": true,
  "isIntegrationControlled": true,
  "isActive": true,
  "skuCategory": "sample string 5"
}