調用GetAccountDeletionStatus查詢成員刪除狀態。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
AccountId | string | 是 | 成員 ID。 | 169946124551**** |
返回參數
示例
正常返回示例
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 | - |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史