Revoke ====== Revoke a weblink. Request ------- :: POST https://test-uni.cloudplan.biz/api/weblink/revoke { "link_id" : "..." //(string) id of the link to be deleted } Reply ----- :: { "result": true/false, "reason": any error code (on failure) } Error Codes ----------- :: link_id_empty link_not_found folder_not_found user_has_no_access