删除子账号
所属服务
pubproxy
接口方法
GET
请求url
/pubproxy?Action=DelSubAccount&Version=2018-03-22&SubAccount=
url 参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
SubAccount | 子账号登录名 | string | 是 | |
Action | DelSubAccount | string | 是 | |
Version | 2018-03-22 | string | 是 |
返回参数
无返回参数
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
---|---|---|---|
InvalidParameterValue | input parameter SubAccount value for processing this request is invalid. | 400 | 参数 SubAccount 不允许为 |
AccountNotExsist | Account Not Exsist | 400 | 主账号不存在 |
请求示例
https://open.cn-east-1.163yun.com/pubproxy?Action=DelSubAccount&Version=2018-03-22&SubAccount=test
返回示例
{
"Code": "Success",
"Message": "Success."
}