Skip to main content
DELETE
/
opportunities
/
{id}
/
followers
Remove Followers
curl --request DELETE \
  --url https://services.leadconnectorhq.com/opportunities/{id}/followers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'Version: <version>' \
  --data '
{
  "followers": [
    "sx6wyHhbFdRXh302Lunr",
    "sx6wyHhbFdRXh302Lunr"
  ]
}
'
{
  "followers": [
    "sx6wyHhbFdRXh302Lunr",
    "sx6wyHhbFdRXh302LLss"
  ],
  "followersRemoved": [
    "Mx6wyHhbFdRXh302Luer",
    "Ka6wyHhbFdRXh302LLsAm"
  ]
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Path Parameters

id
string
required

Opportunity Id

Example:

"sx6wyHhbFdRXh302Lunr"

Query Parameters

isRemoveAllFollowers
boolean
Example:

false

Body

application/json
followers
string[]
required
Example:
[
"sx6wyHhbFdRXh302Lunr",
"sx6wyHhbFdRXh302Lunr"
]

Response

Followers successfully removed.

followers
string[]
Example:
[
"sx6wyHhbFdRXh302Lunr",
"sx6wyHhbFdRXh302LLss"
]
followersRemoved
string[]
Example:
[
"Mx6wyHhbFdRXh302Luer",
"Ka6wyHhbFdRXh302LLsAm"
]
Last modified on March 4, 2026