deals_remove_follower
Remove a follower from a deal to stop their notifications. Provide the deal ID and follower ID.
Instructions
Remove a follower from a deal.
Stops a user from receiving notifications about this deal.
Workflow tips:
Use deals/list_followers to get follower IDs first
Follower ID is different from user ID
Cannot remove the deal owner
Common use cases:
Remove follower: { "id": 123, "follower_id": 456 }
Workflow: list followers, then remove specific one
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the deal | |
| follower_id | Yes | ID of the follower to remove |