| _token | 必须 |
| merchantId | 参数0 | 可选 | Integer | |
| accountType | 参数1 | 可选 | String | |
| accountId | 参数2 | 可选 | Integer |
sdk.MerchantPermissionApi().deleteByAccountAndResourceAndRoleKey({
merchantId:"" ,
accountType:"" ,
accountId:""
}).then(function(result) {
alert("success");
}
);