doc-exports/docs/elb/api-ref/elb_zq_jt_0005.html
zhoumeng a35535e923 ELB API-Ref initial upload
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: zhoumeng <zhoumeng35@huawei.com>
Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
2022-11-10 08:37:54 +00:00

4.7 KiB

Deleting a Listener

Function

This API is used to delete a listener by ID.

Constraints

All backend server groups associated with the listener must be deleted before the listener is deleted.

URI

DELETE /v2.0/lbaas/listeners/{listener_id}

Table 1 Parameter description

Parameter

Mandatory

Type

Description

listener_id

Yes

String

Specifies the listener ID.

Request

None

Response

None

Example Request

  • Example request: Deleting a listener
    DELETE https://{Endpoint}/v2.0/lbaas/listeners/35cb8516-1173-4035-8dae-0dae3453f37f

Example Response

  • Example response

    None

Status Code

For details, see HTTP Status Codes of Shared Load Balancers.