Use this operation to disable a virtual IP configured for a specified device.
When using this feature to set drain connections to a VIP, you must monitor the VIP stats for connection details. See Show virtual IP statistics for more information.
The request body is optional for the disable operation.
DELETE /{device_id}/vips/{vip_id}/configuration
Request body Optional
{
"account_number": "<Account Number> (required)"
}
202 Response
The request has been accepted for processing.
{
"status": 202,
"timestamp": "2020-11-02 08:14:07.461543",
"@type": "Event",
"message": "Processing",
"@ref": "{tenant-id}/loadbalancers/{device-id}/events/{event-id(str)}",
"id": "{event-id(str)}"
}