Knowledge Base: followers.unfollow

followers.unfollow

HTTP Method: POST
Parameters: api_key, user_token, follow
Optional Paramters: none

Allows the client user to unfollow another Ember user.

Required Parameters

api_key:    API token for your client. [string]
user_token: The users token, received after the user logs in. [string]
follow:     The username of the user to unfollow. [string]

Usage

Simply send a HTTP POST containing the above parameters in the body.

https://api.emberapp.com/followers/unfollow

Response

On success: HTTP 200 response.
On failure: HTTP 400 response plus an array of errors.

Example Successful XML Response

<?xml version="1.0"?>
<response>
    <status code="0">OK</status>
    <api>api.followers.unfollow</api>
</response>