Revokes a user's permissions to access a database instance through the secure access proxy feature.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:DeleteProxyAccess |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProxyAccessId |
integer |
Yes |
The ID of the security protection authorization. This ID is automatically generated when the security protection agent grants access to the target user and is globally unique. You can call the ListProxyAccesses operation to obtain this parameter. |
1 |
| Tid |
integer |
No |
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain this parameter. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931 |
| Success |
boolean |
Indicates whether the call was successful. |
true |
| ErrorMessage |
string |
The error message returned. |
UnknownError |
| ErrorCode |
string |
The error code. |
200 |
Examples
Success response
JSON format
{
"RequestId": "0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "200"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.