Skip to main content

Remove multiple product parameter assignments from products.

This endpoint removes the association between specified products and their parameters. The request accepts an array of productId and parameterId pairs, and the corresponding parameter assignments will be completely removed from the products.

Request Body REQUIRED

The product parameter assignments to remove.

ProductParameterAssignments object[]

The product parameter assignments to be deleted.

ProductId int32

The product id of the parameter.

ParameterId int32

The unique identifier of the parameter that is assigned to the product

Responses
200

Ok.

Schema OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.

400

Bad request.

Schema OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.