Servers

Unlink an application from a server

Remove the link between the server and the application.

Required scope infrastructure:edit

delete/servers/{id}/applications/{applicationId}

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.

applicationIdstring<uuid>required

Application to unlink.

Response204

The application was unlinked.