Updated on 2022-08-15 GMT+08:00

Deleting a Forwarding Rule

Function

This API is used to delete a forwarding rule.

URI

DELETE /v2/{project_id}/elb/l7policies/{l7policy_id}/rules/{l7rule_id}

Table 1 Parameter description

Parameter

Mandatory

Type

Description

project_id

Yes

String

Specifies the project ID.

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/a31d2bdcf7604c0faaddb058e1e08819/elb/l7policies/5ae0e1e7-5f0f-47a1-b39f-5d4c428a1586/rules/c6f457b8-bf6f-45d7-be5c-a3226945b7b1

Example Response

  • Example response

    None

Status Code

For details, see Status Codes.