Remove Followers
DELETE/contacts/:contactId/followers
Remove Followers
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact Id
- application/json
- Body
- Example (auto)
Bodyrequired
followersstring[]required
List of user Ids to follow or unfollow the contact
{
"followers": [
"sx6wyHhbFdRXh302Lunr",
"sx6wyHhbFdRXh302Lunr"
]
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
followersstring[]
Current followers after the operation
followersRemovedstring[]
Followers that were removed
{
"followers": [
"sx6wyHhbFdRXh302Lunr",
"sx6wyHhbFdRXh302LLss"
],
"followersRemoved": [
"Mx6wyHhbFdRXh302Luer",
"Ka6wyHhbFdRXh302LLsAm"
]
}