调用GetAccountDeletionStatus查询成员删除状态。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| AccountId |
string |
是 |
成员 ID。 |
169946124551**** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
返回结果。 |
||
| RdAccountDeletionStatus |
object |
成员删除状态。 |
|
| Status |
string |
状态。取值:
|
Success |
| AccountId |
string |
成员 ID。 |
169946124551**** |
| CreateTime |
string |
删除开始时间。 |
2022-08-23T17:05:30+08:00 |
| DeletionTime |
string |
删除结束时间。 |
2022-08-23T17:06:01+08:00 |
| FailReasonList |
array<object> |
删除失败原因。 |
|
|
object |
删除失败原因。 |
||
| Name |
string |
检查项所属的云服务名称。 |
Others |
| Description |
string |
检查项描述。 |
This account has a payer account. Please release the financial relationship of this account first. |
| DeletionType |
string |
删除类型。取值:
|
0 |
| RequestId |
string |
请求 ID。 |
8AA43293-7C8F-5730-8F2D-7F864EC092C5 |
示例
正常返回示例
JSON格式
{
"RdAccountDeletionStatus": {
"Status": "Success",
"AccountId": "169946124551****",
"CreateTime": "2022-08-23T17:05:30+08:00",
"DeletionTime": "2022-08-23T17:06:01+08:00",
"FailReasonList": [
{
"Name": "Others",
"Description": "This account has a payer account. Please release the financial relationship of this account first."
}
],
"DeletionType": "0"
},
"RequestId": "8AA43293-7C8F-5730-8F2D-7F864EC092C5"
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 404 | EntityNotExists.Account | This resource directory account does not exist. | |
| 409 | EntityNotExists.CheckAccount | There is no check task for this account |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。