Skip to content

loadbalancer delete delete

Marco-Garro edited this page Jan 14, 2025 · 3 revisions

DELETE /api/v1.0/loadbalancer/delete

Delete an load balancer by its id.

Request

Headers

Header Value
content-type application/json

Body

{
  "id": "ffffffff-ffff-ffff-ffff-ffffffffffff"
}

Body Attributes

id

Type: string
Description:
The unique identifier of the load balancer.

Response

Headers

Header Value
content-type application/json

Body

{
  "status": "loadbalancer <service_id> deleted successfully"
}

Body Attributes

status

Type: string
Description:
A message indicating the success of the operation.

Clone this wiki locally