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.
application/json
{"skus":["<string>","<string>"]}
POST /V1/products/cost-delete HTTP/1.1 Host: {{baseurl}} Content-Type: application/json Accept: */* Content-Length: 32 { "skus": [ "<string>", "<string>" ] }
OK
true