forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: zhoumeng <zhoumeng35@huawei.com> Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
5.1 KiB
5.1 KiB
Deleting a Forwarding Rule
Function
This API is used to delete a specific forwarding rule.
URI
DELETE /v2.0/lbaas/l7policies/{l7policy_id}/rules/{l7rule_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
l7policy_id |
Yes |
String |
Specifies the forwarding policy ID. |
l7rule_id |
Yes |
String |
Specifies the forwarding rule ID. |
Request
None
Response
None
Example Request
- Example request: Deleting a forwarding rule
DELETE https://{Endpoint}/v2.0/lbaas/l7policies/5ae0e1e7-5f0f-47a1-b39f-5d4c428a1586/rules/c6f457b8-bf6f-45d7-be5c-a3226945b7b1
Status Code
For details, see HTTP Status Codes of Shared Load Balancers.
Parent topic: Forwarding Rule