DELETE /system/servers/{server_id}/network_interfaces/bonded/{device_name}
Removes a bonded network interface.
| MIME Type | 
|---|
text/plain  | 
| Parameter | Type | Optionality | Data Type | MIME Type | Description | 
|---|---|---|---|---|---|
server_id  | 
path  | 
Required  | 
Number (Integer)  | 
text/plain  | 
Required - The ID of the server.  | 
device_name  | 
path  | 
Required  | 
String  | 
text/plain  | 
Required - The device name of the bonded network interface.  | 
| HTTP Response Code | Unique Code | Description | 
|---|---|---|
200  | 
The bonded network interface was removed.  | 
|
404  | 
1002  | 
The requested server with the given server ID or the bonded network interface cannot be found.  | 
422  | 
1005  | 
One or more parameters are invalid in request.  | 
500  | 
1020  | 
An error occurred while trying to remove the bonded interface on the server with the given ID.  | 
500  | 
1022  | 
Timeout while performing the task.  | 
Response Description
Response Sample