⚠️ This endpoint is deprecated as these business rules are managed in the Wair customer portal.
GENERAL INFORMATION
With this endpoint you can delete merchandise category setting by merchandiseCategorySettingId. Direct link to Swagger documentation:
REQUEST
Authentication
Bearer token, information on page POST /Token
Headers
Name | Description | Example |
|---|---|---|
X-Tenant | Tenant code supplied by Wair | “TENANT” |
QueryParameters:
Name | Description | Example |
|---|---|---|
merchandiseCategorySettingId | The unique identifier of the merchandise category setting you want to delete | ?merchandiseCategorySettingId=guid01&merchandiseCategorySettingId=guid02 |
Body example:
No body required.
RESPONSE
StatusCodes:
200 = OK.
401 = Unauthorized, which means an expired/missing/invalid token.
400 = Bad request, see body of the response to check which validation errors have occured.
500 = System error, see body of the response to check which error has occured or contact integration support.
Body Example:
No body in response.