Remove an interface
Servers
Remove an interface
Remove a network interface from the server.
Required scope infrastructure:delete
delete
/servers/{id}/interfaces/{ipAddress}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the server.
ipAddressstringrequiredIP address of the interface.
Response204
The interface was removed.