delete-product-member
Remove a member from a product using the member's user ID and the product ID.
Instructions
This endpoint removes a Member identified by the userId from the
given Product identified by the productId parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | The identifier of the Product. | |
| userId | Yes | The identifier of the Member. |