Delete volume attachment
| Method | URI | Description |
|---|---|---|
| DELETE | /v2/{tenant_id}/servers/{server_id}/os-volume_attachments/{attachment_id} | Deletes the specified volume attachment from the specified server. |
Normal response codes: 202
CAUTION:
The system volume cannot be removed from the instance.
Request
This table shows the URI parameters for the delete volume attachment request:
| Name | Type | Description |
|---|---|---|
| {tenant_id} | String | Project ID |
| {server_id} | UUID | The UUID for the server of interest to you. |
| {attachment_id} | String | Volume attachment ID. |
This operation does not accept a request body and does not return a response body.