Verb | URI | Description |
DELETE | /floatingips/floatingip_id |
Removes a floating IP and its association information. |
Normal Response Code: 204
Error Response Code: 401 Unauthorized, 404 Not Found
This operation does not require a request body.
This operation does not return a response body.
The operation removes the floating IP whose identifier is specified in the request URI. If the floating IP being removed is associated with an OpenStack Networking port, the association is removed as well.
Example 4.36. Delete Floating IP: JSON Request
DELETE /v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7 Accept: application/json