Use this operation to remove a virtual IP from the device configuration.
If you don’t know the ID for a specified virtual IP, use the retrieve virtual IPs operation to find it.
the request body is optional for the delete operation.
DELETE /{device_id}/vips/{vip_id}
Request body (Optional)
{
"account_number": "<Account Number>",
"comment": "<comment>"
}
Response
The request has been accepted for processing.
{
"status": 202,
"timestamp": "2020-10-30 11:35:34.315166",
"@type": "Event",
"message": "Processing",
"@ref": "{tenant-id}/loadbalancers/{device-id}}/events/{event-id(str)}",
"id": "{event-id(str)}}"
}