ghl_opportunity_remove_followers
Remove followers from an opportunity. Specify user IDs to remove specific followers or remove all followers at once.
Instructions
Remove Followers Allows removal of one or all followers from an opportunity. Endpoint: DELETE /opportunities/{id}/followers (Version header: v3; source: v3/opportunities-v3.json) OAuth scopes: opportunities.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Opportunity Id | |
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| isRemoveAllFollowers | No | Set to true to remove all followers from the opportunity |