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

时间:2017-09-18 16:39:55

标签: python-3.x ibm-cloud-infrastructure

我已使用python客户端

在softlayer主帐户下创建客户帐户
  

用户创建

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 个答案:

答案 0 :(得分:0)

您需要提交一张票。只有softLayere的员工才有权删除客户的帐户。