Skip to content

Detach floating IP

DELETE
/api/v1/vm/floating-ip/{id}
curl --request DELETE \
--url https://console.cloudlogics.com/api/v1/vm/floating-ip/8f14e45f-ceea-467a-9f2c-1b1d3a5e77c2 \
--header 'Authorization: <Authorization>'

Detach the floating IP currently attached to a virtual machine

id
required
string

VM ID

Detached floating ip

Media typeapplication/json
object
key
additional properties
string
Examplegenerated
{
"additionalProperty": "example"
}

Internal server error

Media typeapplication/json
object
data
error
object
code
integer
message
string
page
object
next
string
prev
string
total_size
integer
Examplegenerated
{
"data": "example",
"error": {
"code": 1,
"message": "example"
},
"page": {
"next": "example",
"prev": "example",
"total_size": 1
}
}