接口方法

Index > MerchantPermissionApi > deleteByAccountAndResourceAndRoleKey

说明: 删除商家临时授权

InterfaceName: MerchantPermissionApi

MethodName: deleteByAccountAndResourceAndRoleKey

ReturnType: Boolean

_token 必须

parameters :

merchantId 参数0 可选 Integer
accountType 参数1 可选 String
accountId 参数2 可选 Integer




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.MerchantPermissionApi().deleteByAccountAndResourceAndRoleKey({
        merchantId:"" , 
        accountType:"" , 
        accountId:"" 
    }).then(function(result) {
            alert("success");
        }
    );