DELETE /users/:user_id/followers/:id
Description | Unfollow a user |
Method & URL | DELETE https://api.findery.com/v2/users/:user_id/followers/:user_id |
Scope | contacts |
Parameters |
|
Example Request |
curl -X DELETE -H "Authorization: Bearer ACCESS_TOKEN" https://api.findery.com/v2/users/807454949847/followers/257699140080 |
Example Response |
{ "meta": { "http_status": 200 } } |