Delete Floating IP Cancellation
DELETE
/floating-ips/cancelWhen you request a cancellation at the end of the billing cycle, you can delete it and retain your Floating IP.
Request
Body Params application/json
ids
array[integer]
required
An array list of all Floating IP ids of which you would like to delete cancellation.
Example
{
"ids": [
608,
602
]
}
Request samples
Responses
Successfully deleted cancellation.(200)
Validation error. The error is specified in the response.(422)
Successfully deleted cancellation.
HTTP Code:ย 200
Content Type :ย JSONapplication/json
Data Schema
objectย {0}
Example
Not configured
Last modified: 2 months ago