Merge pull request #90 from longears/master
Explain what happens when you DELETE /followers
This commit is contained in:
commit
c403dd67d3
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue