## 删除子账号
>接口参数说明
~~~[api]
get:/api/account/{guid}/delete-child-account
*string:guid#GUID
<<<
success
{
"status": 0,
"msg": "success",
"timestamp": "20190411035633560"
}
<<<
error
{
"status": 109,
"msg": "Not find account",
"timestamp": "20190411040344008"
}
~~~
>接口请求示例
~~~
{
/api/account/383c72a7-5c2d-11e9-821c-f97e2d250529/delete-child-account
}
~~~