DeleteAgenticDBTenantApiKey
Deletes an API key for an AgenticDB tenant.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| DBClusterId |
string |
Yes |
The AgenticDB cluster ID. |
pagc-bp1abcdef1234567 |
| TenantId |
string |
Yes |
The tenant ID, which is used for secondary authentication on the backend. |
t-4b83e0da66674951 |
| ApiKeyId |
string |
Yes |
The ID of the API key to delete. |
ak-71304e39c7e841a1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
E5F6A7B8-C9D0-1234-EFAB-345678901234 |
Examples
Success response
JSON format
{
"RequestId": "E5F6A7B8-C9D0-1234-EFAB-345678901234"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.