Skip to main content
Version: v3

Remove Followers

DELETE 

/opportunities/:id/followers

Allows removal of one or all followers from an opportunity.

Request

Version stringrequired

API Version

Available optionsv3
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