DELETE products/{productid}/productsuppliers/{supplierid}

This call allows you to delete a supplier from a product. If there is only one supplier on the product then the default supplier for the account will automatically be added.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productid The product Id that you want to delete a supplier from integer Required
supplierid The supplier ID that you want to remove from the product. integer Required

Body Parameters

None.

Response Information

Resource Description

This call allows you to delete a supplier from a product. If there is only one supplier on the product then the default supplier for the account will automatically be added.

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>