Deletes a TLS policy.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
slb:DeleteTLSCipherPolicy |
delete |
*TLSPolicy
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region where the Classic Load Balancer (CLB) instance is created. You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
| TLSCipherPolicyId |
string |
Yes |
The ID of the TLS policy. |
tls-bp1lp2076qx4ebridp****** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
CEF72CEB-54B6-4AE8-B225-F876FF7BA984 |
Examples
Success response
JSON format
{
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MissingParam.TLSCipherPolicyId | The param TLSCipherPolicyId is missing. | |
| 400 | TLSPolicyConfiguring | The specified TLS cipher policy is configuring. | |
| 400 | TLSPolicyBeingUsed | The specified TLS cipher policy is being used. | |
| 400 | InvalidTLSPolicyId.NotExist | The specified TLS cipher policy does not exist. | |
| 400 | TLSPolicyRelated | The specified TLS cipher policy is related with listeners. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.