Skip to main content
Version: 2021-07-28

Remove Followers

DELETE 

/opportunities/:id/followers

Allows removal of one or all followers from an opportunity.

Request

Version stringrequired

API Version

Available options2021-07-28
id stringrequired

Opportunity Id

isRemoveAllFollowers boolean

Set to true to remove all followers from the opportunity

application/json

Bodyrequired

    followersstring[]required

    Array of user IDs to add or remove as followers (max 10)

application/json

Followers successfully removed.

Schema
    followersstring[]

    Current list of all follower user IDs after the operation

    followersRemovedstring[]

    User IDs that were successfully removed as followers