|
bluemelon.featured.items.remove
removes a photo from the list of featured photos
Authentication:
Yes (see here for details)
Arguments:
(required) long : itemid - the id of the item to be removed (required) long : albumid - the id of an album that the item is in (required) string : publickey - the public key of an application (required) string : token - the access token
Request Example:
http://www.bluemelon.com/api/rest/{api_sing}/ ?method=bluemelon.featured.items.remove&itemid=1&albumid=1&publickey={publickey}&token={token}
Response Example:
<rsp status="ok" onrequest="bluemelon.featured.items.remove"> <content> <collectionContext name="FEATURED_ITEMS" count="5"/> </content> </rsp>
Error Codes:
4 - "Missing parameter" 5 - "Invalid parameter" 12 - "Application not found" 14 - "Invalid accessToken" 16 - "Access token timed out.You must relogin." 17 - "Invalid call signature size" 18 - "Invalid call signature" 20 - "Missing api_sign" 405 - "Access to this item is either private or password protected" 406 - "Only owner may execute this procedure" 603 - "Account recently expired or deleted"
|