Detach interface
| Method | URI | Description |
|---|---|---|
| DELETE | /v2/{tenant_id}/servers/{server_id}/os-interface/{attachment_id} | Detaches the specified port interface. |
Normal response codes: 202
CAUTION:
If a port attached to a virtual server is detached, the port will be deleted.
Request
This table shows the URI parameters for the detach interface request.
| Name | Type | Description |
|---|---|---|
| {tenant_id} | String | Project ID |
| {server_id} | UUID | The UUID for the server of interest to you. |
| {attachment_id} | UUID | The interface ID. |
This operation does not accept a request body and does not return a response body.