Deletes a database account from a PolarDB-X instance.

Debugging

Alibaba Cloud provides OpenAPI Explorer to simplify API usage. OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteAccount

The operation that you want to perform. Set the value to DeleteAccount.

DBInstanceName String Yes pxc-*********

The name of the PolarDB-X instance.

AccountName String Yes testaccount

The username of the account that you want to delete.

RegionId String Yes cn-hangzhou

The ID of the region where the PolarDB-X instance is deployed.

SecurityAccountName String No securityAccount

The username of the data security administrator (DSA) account.

Note If the three-role mode is enabled for the PolarDB-X instance, you must specify this parameter.
SecurityAccountPassword String No securityPassword

The password of the DSA account.

Note If the three-role mode is enabled for the PolarDB-X instance, you must specify this parameter.

Response parameters

Parameter Type Example Description
Message String ****

The message that is returned. If the request is successful, "success" is returned. If the request fails, an error code is returned.

RequestId String 9B2F3840-5C98-475C-B269-2D5C3A31797C

The ID of the request.

Success Boolean true

Indicates whether the request is successful.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DeleteAccount
&DBInstanceName=pxc-*********
&AccountName=testaccount
&RegionId=cn-hangzhou
&SecurityAccountName=securityAccount
&SecurityAccountPassword=securityPassword
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteAccountResponse>
    <Message>****</Message>
    <RequestId>9B2F3840-5C98-475C-B269-2D5C3A31797C</RequestId>
    <Success>true</Success>
</DeleteAccountResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "Message" : "****",
  "RequestId" : "9B2F3840-5C98-475C-B269-2D5C3A31797C",
  "Success" : true
}

Error codes

For a list of error codes, visit the API Error Center.