Remove Followers
DELETE/opportunities/:id/followers
Allows removal of one or all followers from an opportunity.
Request
Version stringrequired
API Version
Available options
2023-02-21id stringrequired
Opportunity Id
isRemoveAllFollowers boolean
Set to true to remove all followers from the opportunity
- application/json
- Body
- Example (auto)
Bodyrequired
followersstring[]required
Array of user IDs to add or remove as followers (max 10)
{
"followers": [
"sx6wyHhbFdRXh302Lunr",
"sx6wyHhbFdRXh302Lunr"
]
}
Followers successfully removed.
- application/json
- Schema
- Example (auto)
Schema
followersstring[]
Current list of all follower user IDs after the operation
followersRemovedstring[]
User IDs that were successfully removed as followers
{
"followers": [
"sx6wyHhbFdRXh302Lunr",
"sx6wyHhbFdRXh302LLss"
],
"followersRemoved": [
"Mx6wyHhbFdRXh302Luer",
"Ka6wyHhbFdRXh302LLsAm"
]
}