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.
/V1/products/cost-delete
application/json
{"skus":["<string>","<string>"]}
curl -L \ --request POST \ --url 'http://{{baseurl}}/V1/products/cost-delete' \ --header 'Content-Type: application/json' \ --data '{ "skus": [ "<string>", "<string>" ] }'
true