Deletes an extension.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DeleteExtensions |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-************ |
| DBClusterId |
string |
Yes |
The ID of the cluster. |
pc-************** |
| Extensions |
string |
Yes |
The extensions to uninstall. Separate multiple extension names with a comma (,). |
pase,hstore |
| DBNames |
string |
Yes |
The name of the database. |
auto_test_db |
| VpcId |
string |
No |
The ID of the virtual private cloud (VPC) where the endpoint is located. |
vpc-25cdvfeq58pl**** |
| RegionId |
string |
No |
The ID of the region. |
cn-beijing |
| ClientToken |
string |
No |
A client-generated token to ensure that the request is idempotent. The token must be unique for each request. It is case-sensitive and can contain a maximum of 64 ASCII characters. |
6000170000591aed949d0f54a343f1a4233c1e7d1c5c****** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
11EB8492-C17F-5FC2-9E27-1440A5C2F583 |
Examples
Success response
JSON format
{
"RequestId": "11EB8492-C17F-5FC2-9E27-1440A5C2F583"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBClusterId.NotFound | The DBInstanceId provided does not exist in our records. | The specified DBClusterId parameter does not exist in the current record. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.