Knowledge Base: favourites.remove_image
favourites.remove_image
HTTP Method: POST
Parameters: api_key, user_token, token
Optional Paramters: none
Removes an image from the users favourites.
Required Parameters
api_key: API token for your client.
user_token: The users token, received after the user logs in.
token: The token for the image. [string]
Usage
Simply send a HTTP POST containing the above
parameters in the body.
https://api.emberapp.com/favourites/remove_image
Response
On success: HTTP 200 response.
Example Successful XML Response
<?xml version="1.0"?>
<response>
<status code="0">OK</status>
<api>api.favourites.remove_image</api>
</response>