delete-product-member
Remove a member from a product by providing the product ID and user 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. |