DELETE api/products/{productId}/shares/{shareId}?userId={userId}

Revoke a part sharing relationship between sharee company and a product

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.