3.31.9. Disassociate project

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

Disassociates the project from a specified network.

Normal response codes: 202

 3.31.9.1. Request

This table shows the URI parameters for the disassociate project 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.268. Disassociate project: JSON request

{
    "disassociate_project": null
}

 

Example 3.269. Disassociate project: XML request

<disassociate_project/>

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...