調用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 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。