DELETE api/products/{productId}/shares/{shareId}?userId={userId}
Revoke a part sharing relationship between sharee company and a product
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId |
shared part ID. |
integer |
Required |
| shareId |
Product sharing ID. |
integer |
Required |
| userId |
User ID. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.