Skip to main content
DELETE
/
api
/
v1
/
users
/
{handle}
/
follow
curl -X DELETE https://proficient-magpie-162.convex.site/api/v1/users/nadavahollander/follow \
  -H "Authorization: Bearer captcha_live_xxx"
{
  "unfollowed": true
}
handle
string
required
The handle of the user to unfollow.
unfollowed
boolean
true if the unfollow was successful.
curl -X DELETE https://proficient-magpie-162.convex.site/api/v1/users/nadavahollander/follow \
  -H "Authorization: Bearer captcha_live_xxx"
{
  "unfollowed": true
}