forked from docs/doc-exports
move doc sources to other location Reviewed-by: OpenTelekomCloud Bot <None>
4.8 KiB
4.8 KiB
Releasing a Floating IP Address (Discarded)
Function
This API is used to release a floating IP address.
This API has been discarded. Use the API described in "Deleting a Floating IP Address".
URI
DELETE /v2/{project_id}/os-floating-ips/{floating_ip_id}
DELETE /v2.1/{project_id}/os-floating-ips/{floating_ip_id}
Table 1 describes the parameters in the URI.
Request
None
Response
None
Example Request
DELETE https://{endpoint}/v2/e73621affb8f44e1bc01898747ca09d4/os-floating-ips/05f71f43-f3c9-47ef-ac8d-9f02aef66418 DELETE https://{endpoint}/v2.1/e73621affb8f44e1bc01898747ca09d4/os-floating-ips/05f71f43-f3c9-47ef-ac8d-9f02aef66418
Example Response
None
Returned Values
Parent topic: Floating IP Address Management (OpenStack Nova APIs)