Deletes a secret for a Service Mesh (ASM) gateway.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ServiceMeshId | string | Yes | The ASM instance ID. | c08ba3fd1e6484b0f8cc1ad8fe10d**** |
IstioGatewayName | string | No | The name of the ASM gateway. | ingressgateway |
SecretName | string | No | The name of the secret. | bookinfo-secret |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
"SecretDeleteRecord": {
"key": {
"State": "success",
"ClusterId": "BD65C0AD-D3C6-48D3-8D93-38D2015C****",
"Message": "timeout"
}
}
}
Error codes
For a list of error codes, visit the Service error codes.