Explain what happens when you DELETE /followers
This commit is contained in:
parent
e36a1c1bcb
commit
89c0cab616
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ Apps can request information on a specific follower.
|
|||
|
||||
### 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
|
||||
them of your new posts. They will still be able to get your public posts using the API.
|
||||
|
||||
{delete_follower example}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue