This method currently does not work, please see Tickets: #177

zooomr.favorites.remove

Removes a photo from a user's favorites list.

Authentication

This method requires authentication with 'write' permission.

Note: This method requires an HTTP POST request.

Arguments

api_key (Required)

Your API application key.

photo_id (Required)

The id of the photo to remove from the user's favorites.

Example Response

{"message": "User not logged in / Insufficient permissions", "code": 99, "stat": "fail"}

See Tickets: #177