代码之家  ›  专栏  ›  技术社区  ›  Robert

从Softlayer品牌帐户中删除客户帐户

  •  0
  • Robert  · 技术社区  · 8 年前

    用户创建

    import SoftLayer 
    client = SoftLayer.Client(
                  username= username,
                  api_key = apiKey,
                 )
    try:
       result = client['Brand'].createCustomerAccount(cust_account)
    except SoftLayer.SoftLayerAPIError as e:
       print("Error: %s, %s" % (e.faultCode, e.faultString))
    

    如何从主帐户中删除客户,我已经参考了api SoftLayer_Brand

    提前感谢

    1 回复  |  直到 8 年前
        1
  •  0
  •   Nelson Raul Cabero Mendoza    8 年前

    你需要提交一张票。只有Softlayer的员工有权删除客户的帐户。