Merge pull request #90 from longears/master

Explain what happens when you DELETE /followers
This commit is contained in:
Jonathan Rudenberg 2012-10-02 07:19:18 -07:00
commit c403dd67d3

View file

@ -82,7 +82,8 @@ Apps can request information on a specific follower.
### DELETE /followers/:id ### DELETE /followers/:id
Apps can end the user's relationship with a follower. Apps can end the user's relationship with a follower, which means that the server will no longer notify
the follower of the user's new posts. The follower will still be able to get the user's public posts using the API.
{delete_follower example} {delete_follower example}