ReDoc documentation

products/cost-delete

products/cost-delete

post/V1/products/cost-delete

Delete product cost. In case of at least one of skus is not found exception will be thrown. If error occurred during the delete exception will be thrown.

Request
Request Body schema:
skus
required
Array of strings
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "skus": [
    ]
}
Response samples
true