Servers

Remove an interface

Remove a network interface from the server.

Required scope infrastructure:delete

delete/servers/{id}/interfaces/{ipAddress}

Authorizations

Authorizationstringrequired

Authorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.

Path parameters

idstring<uuid>required

Identifier of the server.

ipAddressstringrequired

IP address of the interface.

Response204

The interface was removed.