Queries the deletion status of a member.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AccountId | string | Yes | The Alibaba Cloud account ID of the member. | 169946124551**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"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"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
404 | EntityNotExists.Account | This resource directory account does not exist. | The member does not exist. Create such a member first. |
409 | EntityNotExists.CheckAccount | There is no check task for this account | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history