This API is used to delete a listener.
Before you delete a listener, delete the associated backend server group or disassociate the backend server group from the listener, and then delete all forwarding policies.
DELETE /v3/{project_id}/elb/listeners/{listener_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Specifies the project ID. |
listener_id |
Yes |
String |
Specifies the listener ID. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Specifies the token used for IAM authentication. |
None
DELETE https://{elb_endpoint}/v3/{project_id}/elb/listeners/{listener_id}
None
Status Code |
Description |
---|---|
204 |
Successful request. |
See Error Codes.
Parent topic: Listener