Most of our content is Publicly accessible. However some content is Private and you will be asked to create an account the first time you try to access this content.
Private content is only available to our existing customers.

DELETE /MerchandiseCategories

Prev Next

GENERAL INFORMATION

With this endpoint you can delete merchandise categories by merchandiseCategoryId.

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

merchandiseCategoryId

The unique identifier of the Merchandise Category you want to delete

?merchandiseCategoryId=guid01&merchandiseCategoryId=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 occurred.

500 = System error, see body of the response to check which error has occurred or contact integration support.

Body example:

No body in response