delete-product-member
Remove a member from a product in ConfigCat by providing product and user IDs. This tool revokes a member's access to a specific product, simplifying user management.
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 |
|---|---|---|---|
| userId | Yes | The identifier of the Member. | |
| productId | Yes | The identifier of the Product. |