-
Notifications
You must be signed in to change notification settings - Fork 0
loadbalancer delete delete
Marco-Garro edited this page Jan 14, 2025
·
3 revisions
Delete an load balancer by its id.
| Header | Value |
|---|---|
| content-type | application/json |
{
"id": "ffffffff-ffff-ffff-ffff-ffffffffffff"
}Type: string
Description:
The unique identifier of the load balancer.
| Header | Value |
|---|---|
| content-type | application/json |
{
"status": "loadbalancer <service_id> deleted successfully"
}Type: string
Description:
A message indicating the success of the operation.