DELETE suppliers/{supplierid}
Delete Supplier by ID you cannot delete a supplier that is associated to products.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
supplierid | The Supplier ID to Delete | integer | Required |
Body Parameters
None.
Response Information
Resource Description
Delete Supplier by ID you cannot delete a supplier that is associated to products.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>