Deletes a gateway key.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
servicemesh:DeleteGatewaySecret | delete | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
ServiceMeshId | string | Yes | The ID of the Service Mesh (ASM) instance. | c08ba3fd1e6484b0f8cc1ad8fe10d**** |
IstioGatewayName | string | No | The name of the ASM gateway. | ingressgateway |
SecretName | string | No | The name of the key. | bookinfo-secret |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The request ID. | BD65C0AD-D3C6-48D3-8D93-38D2015C**** |
| SecretDeleteRecord | object | The record of the deletion result. | |
object | The record of the deletion result. | ||
State | string | The status of the key deletion. Valid values:
| success |
ClusterId | string | The cluster ID. | BD65C0AD-D3C6-48D3-8D93-38D2015C**** |
Message | string | The error message that is returned if an error occurs. This parameter is empty if the operation is successful. | timeout |
Examples
Success response
JSON format
{
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
"SecretDeleteRecord": {
"key": {
"State": "success",
"ClusterId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
"Message": "timeout"
}
}
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.