調用GetAccountDeletionStatus查詢成員刪除狀態。
使用說明
本文將提供一個示例,查詢成員169946124551****
的刪除狀態。返回結果顯示,該成員已成功刪除。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數
名稱 | 類型 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetAccountDeletionStatus | 要執行的操作。取值:GetAccountDeletionStatus。 |
AccountId | String | 是 | 169946124551**** | 成員ID。 |
關于公共請求參數的詳情,請參見公共參數。
返回數據
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
RdAccountDeletionStatus | Object | 成員刪除狀態。 |
|
Status | String | Success | 狀態。取值:
|
AccountId | String | 169946124551**** | 成員ID。 |
CreateTime | String | 2022-08-23T17:05:30+08:00 | 刪除開始時間。 |
DeletionTime | String | 2022-08-23T17:06:01+08:00 | 刪除結束時間。 |
FailReasonList | Array of failReasonList | 刪除失敗原因。 |
|
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 | 8AA43293-7C8F-5730-8F2D-7F864EC092C5 | 請求ID。 |
示例
請求示例
https://resourcemanager.aliyuncs.com/?Action=GetAccountDeletionStatus
&AccountId=169946124551****
&<公共請求參數>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<GetAccountDeletionStatusResponse>
<RequestId>8AA43293-7C8F-5730-8F2D-7F864EC092C5</RequestId>
<RdAccountDeletionStatus>
<Status>Success</Status>
<AccountId>169946124551****</AccountId>
<DeletionType>0</DeletionType>
<CreateTime>2022-08-23T17:05:30+08:00</CreateTime>
<DeletionTime>2022-08-23T17:06:01+08:00</DeletionTime>
</RdAccountDeletionStatus>
</GetAccountDeletionStatusResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "8AA43293-7C8F-5730-8F2D-7F864EC092C5",
"RdAccountDeletionStatus" : {
"Status" : "Success",
"AccountId" : "169946124551****",
"FailReasonList" : [ ],
"DeletionType" : 0,
"CreateTime" : "2022-08-23T17:05:30+08:00",
"DeletionTime" : "2022-08-23T17:06:01+08:00"
}
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
404 | EntityNotExists.Account | This resource directory account does not exist. | 成員不存在,請先創建成員。 |
409 | EntityNotExists.CheckAccount | There is no check task for this account | 該賬號不存在檢查任務。 |
訪問錯誤中心查看更多錯誤碼。