删除子账号

所属服务

pubproxy

接口方法

GET

请求url

/pubproxy?Action=DelSubAccount&Version=2018-03-22&SubAccount=

url 参数

参数名称说明参数类型是否必填备注
SubAccount子账号登录名string
ActionDelSubAccountstring
Version2018-03-22string

返回参数

无返回参数

状态码

错误码(Code)错误提示(Message)http status code说明
InvalidParameterValueinput parameter SubAccount value for processing this request is invalid.400参数 SubAccount 不允许为
AccountNotExsistAccount Not Exsist400主账号不存在

请求示例

https://open.cn-east-1.163yun.com/pubproxy?Action=DelSubAccount&Version=2018-03-22&SubAccount=test

返回示例

{
	"Code": "Success",
	"Message": "Success."
}