3.25.3. Bulk-delete floating IPs

 
MethodURIDescription
POST/v2/{tenant_id}/os-floating-ips-bulk/delete

Bulk-deletes floating IPs.

Normal response codes: 200

 3.25.3.1. Request

This table shows the URI parameters for the bulk-delete floating ips request:

NameTypeDescription

{tenant_id}

​String

The unique identifier of the tenant or account.

 

Example 3.209. Bulk-delete floating IPs: JSON request

{
    "ip_range": "192.168.1.0/24"
}

 

Example 3.210. Bulk-delete floating IPs: XML request

<?xml version='1.0' encoding='UTF-8'?>
<ip_range>192.168.1.0/24</ip_range>

This operation does not require a request body.

 3.25.3.2. Response

 

Example 3.211. Bulk-delete floating IPs: JSON response

{
    "floating_ips_bulk_delete": "192.168.1.0/24"
}

 

Example 3.212. Bulk-delete floating IPs: XML response

<?xml version='1.0' encoding='UTF-8'?>
<floating_ips_bulk_delete>192.168.1.0/24</floating_ips_bulk_delete>

This operation does not return a response body.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...