|
bluemelon.items.removeLocation
removes the item's location information
Authentication:
Yes (see here for details)
Arguments:
(required) long : itemid - the id of the item the location information of which is to be removed (required) long : albumid - the id of an album that the item is within (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.items.removeLocation&itemid=44&albumid=1&publickey={publickey}&token={token}
Response Example:
<rsp status="ok" onrequest="bluemelon.items.removeLocation" />
Error Codes:
4 - "Missing parameter" 5 - "Invalid parameter" 11 - "Item 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" 602 - "No read permissions" 603 - "Account recently expired or deleted"
|