|
bluemelon.categories.delete
delete the category and all subcategories - all albums in the removed categories will be moved to the root category
Authentication:
Yes (see here for details)
Arguments:
(required) long : categoryid - the id of the category (required) string : publickey - the public key of an application (required) string : token - the access token
Request Example:
http://www.bluemelon.com/api/rest/{api_sign}/ ?method=bluemelon.categories.delete&categoryid=4&publickey={publickey}&token={token}
Response Example:
<rsp status="ok" onrequest="bluemelon.categories.delete"/>
Error Codes:
4 - "Missing parameter" 5 - "Invalid parameter" 12 - "Application not found" 14 - "Invalid accessToken" 15 - "Category not found" 16 - "Access token timed out.You must relogin." 17 - "Invalid call signature size" 18 - "Invalid call signature" 20 - "Missing api_sign" 600 - "No write permissions" 603 - "Account recently expired or deleted"
|