All Products
Search
Document Center

ApsaraDB for OceanBase:DeleteSecurityIpGroup

Last Updated:Apr 29, 2024

You can call this operation to delete an IP address whitelist group of an OceanBase cluster.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

The name of the IP address whitelist group.
It must be 2 to 32 characters in length, start with a lowercase letter, end with a lowercase letter or digit, and contain only lowercase letters, digits, and underscores (_).

ob317v4uif****
SecurityIpGroupNamestringYes

The information of the deleted IP whitelist group.

paytest

Response parameters

ParameterTypeDescriptionExample
object

The request ID.

RequestIdstring

Example 1

EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C
SecurityIpGroupobject

Examples

Sample success responses

JSONformat

{
  "RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
  "SecurityIpGroup": {
    "InstanceId": "ob317v4uif****",
    "SecurityIpGroupName": "paytest"
  }
}

Error codes

HTTP status codeError codeError message
500InternalErrorThe request processing has failed due to some unknown error.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history