Cancel Floating IP
POST
/floating-ips/cancelCanceling Floating IPs means that those IPs will be terminated from your VPSBG account. If the IP addresses are attached to a server, this server will be rebooted to remove the IP address from the configuration.
Request
Body Params application/json
ids
array[integer]
required
An array list of all Floating IP ids you would like to cancel.
now
boolean
required
Wether to cancel right away, or at the end of the billing cycle.
reason
string
optional
Example
{
"ids": [
608,
602
],
"now": true,
"reason": "No longer needed service."
}
Request samples
Responses
Successfully Canceled Floating IPs.(200)
Validation error. The error is specified in the response.(422)
Successfully Canceled Floating IPs.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 2 months ago