products_delete_follower
Remove a follower from a product to stop their notifications. Use the follower relationship ID from the list followers endpoint.
Instructions
Remove a follower from a product.
Stops a user from receiving notifications about this product.
Note: You need the follower_id (the relationship ID), not the user_id. Get this from the products/list_followers endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID | |
| follower_id | Yes | Follower relationship ID (not user_id) |