3.31.8. Disassociate network

 
MethodURIDescription
POST/v2/{tenant_id}/os-networks/{id}/action

Disassociates a specified network from a project so that the network can be reused.

Normal response codes: 202

 3.31.8.1. Request

This table shows the URI parameters for the disassociate network request:

NameTypeDescription

{tenant_id}

​String

The unique identifier of the tenant or account.

{id}

​U​U​ID

The unique identifier associated with the network.

 

Example 3.266. Disassociate network: JSON request

{
    "disassociate": null
}

 

Example 3.267. Disassociate network: XML request

<disassociate/>

This operation does not require a request body.

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


loading table of contents...