All Products
Search
Document Center

PolarDB:DeleteOpenSearchWhitelistGroup

Last Updated:Sep 10, 2026

Deletes a PolarDB-X Search whitelist group.

Operation description

  • Binary log files are retained for 15 days by default.

  • The returned log list contains all logs whose log record end time is after the query start time and whose log record start time is before the query end time.

  • If DownloadLink is not NULL, you can use the URL to download the backup file. The URL is valid for 2 days after it is generated. Download the file before the URL expires.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The ID of the region where the instance resides. > You can call the DescribeRegions operation to query the regions supported by PolarDB-X, including region IDs.

cn-hangzhou

DBInstanceName

string

Yes

The name of the instance.

pxc-**************

GroupId

string

Yes

The ID of the service group.

group_y6sqhtr6jyu52w4oublg3674du

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

B87E2AB3-B7C9-4394-9160-7F639F732031

Data

object

The monitoring data.

Message

string

The response message. "success" is returned if the request is successful. Otherwise, the corresponding error code is returned.

get app list success

AccessDeniedDetail

object

The details of the access denial.

AuthAction

string

The authentication action.

xxx

AuthPrincipalType

string

The type of the authentication principal.

222

AuthPrincipalOwnerId

string

The owner ID of the authentication principal.

111

AuthPrincipalDisplayName

string

The display name of the authentication principal.

xxx

PolicyType

string

The policy type.

PRIORITY

NoPermissionType

string

The type of the permission denial.

ImplicitDeny

EncodedDiagnosticMessage

string

The diagnostic information.

AQEAAAAAaKPfwjY0MzMyODRGLUZCQkQtNTA1RS04MUUxLTc5NTkzODk2MUIzMg==

Examples

Success response

JSON format

{
  "RequestId": "B87E2AB3-B7C9-4394-9160-7F639F732031",
  "Data": {
    "Message": "get app list success"
  },
  "AccessDeniedDetail": {
    "AuthAction": "xxx",
    "AuthPrincipalType": "222",
    "AuthPrincipalOwnerId": "111",
    "AuthPrincipalDisplayName": "xxx",
    "PolicyType": "PRIORITY",
    "NoPermissionType": "ImplicitDeny",
    "EncodedDiagnosticMessage": "AQEAAAAAaKPfwjY0MzMyODRGLUZCQkQtNTA1RS04MUUxLTc5NTkzODk2MUIzMg=="
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.